diff options
Diffstat (limited to 'java/src/IceInternal/EndpointFactory.java')
-rw-r--r-- | java/src/IceInternal/EndpointFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/EndpointFactory.java b/java/src/IceInternal/EndpointFactory.java index 26211045eea..f4797838a5f 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); + EndpointI create(String str, boolean adapterEndp); EndpointI read(BasicStream s); void destroy(); } |