summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/EndpointFactory.java
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-06-12 12:13:29 -0230
committerDwayne Boone <dwayne@zeroc.com>2007-06-12 12:13:29 -0230
commit4cf00523c0fcccfcfb3859467bb546d96201e65e (patch)
tree23df49beb9d9b737e7193a755dfd44e862859fd0 /java/src/IceInternal/EndpointFactory.java
parentFixed bug 2220 (diff)
downloadice-4cf00523c0fcccfcfb3859467bb546d96201e65e.tar.bz2
ice-4cf00523c0fcccfcfb3859467bb546d96201e65e.tar.xz
ice-4cf00523c0fcccfcfb3859467bb546d96201e65e.zip
Bug 1658 - minor refactoring
Diffstat (limited to 'java/src/IceInternal/EndpointFactory.java')
-rw-r--r--java/src/IceInternal/EndpointFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/EndpointFactory.java b/java/src/IceInternal/EndpointFactory.java
index 2a55a48a32a..05d05f48e25 100644
--- a/java/src/IceInternal/EndpointFactory.java
+++ b/java/src/IceInternal/EndpointFactory.java
@@ -13,7 +13,7 @@ public interface EndpointFactory
{
short type();
String protocol();
- EndpointI create(String str, boolean oaEndpoint);
+ EndpointI create(String str, boolean server);
EndpointI read(BasicStream s);
void destroy();
}