diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-05-12 16:19:39 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-05-12 16:19:39 +0000 |
commit | f90a2c19d6809e9262b8cdd2d31c92a3da11f348 (patch) | |
tree | a5bdbc4c35932d9cfa360fbcfed3ac918f60c29b /java/src/IceInternal/ReferenceFactory.java | |
parent | Use commuinicator-stringToIdentity (diff) | |
download | ice-f90a2c19d6809e9262b8cdd2d31c92a3da11f348.tar.bz2 ice-f90a2c19d6809e9262b8cdd2d31c92a3da11f348.tar.xz ice-f90a2c19d6809e9262b8cdd2d31c92a3da11f348.zip |
Use communicator stringToIdentity
Diffstat (limited to 'java/src/IceInternal/ReferenceFactory.java')
-rw-r--r-- | java/src/IceInternal/ReferenceFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/ReferenceFactory.java b/java/src/IceInternal/ReferenceFactory.java index 31a4923f613..da999462291 100644 --- a/java/src/IceInternal/ReferenceFactory.java +++ b/java/src/IceInternal/ReferenceFactory.java @@ -170,7 +170,7 @@ public final class ReferenceFactory // // Parsing the identity may raise IdentityParseException. // - Ice.Identity ident = Ice.Util.stringToIdentity(idstr); + Ice.Identity ident = _communicator.stringToIdentity(idstr); if(ident.name.length() == 0) { |