diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-03-28 17:24:08 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-03-28 17:24:08 -0400 |
commit | b41bfb21dbafa949b9e46abb9e489e2d3ab6c314 (patch) | |
tree | 650b4d7c5bc10d11f81caa205b73059d678d1681 /java-compat/src | |
parent | New initialize overloads that take a configFile instead of initData (diff) | |
download | ice-b41bfb21dbafa949b9e46abb9e489e2d3ab6c314.tar.bz2 ice-b41bfb21dbafa949b9e46abb9e489e2d3ab6c314.tar.xz ice-b41bfb21dbafa949b9e46abb9e489e2d3ab6c314.zip |
New initialize with configFile overloads
Diffstat (limited to 'java-compat/src')
-rw-r--r-- | java-compat/src/Ice/src/main/java/Ice/Util.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java-compat/src/Ice/src/main/java/Ice/Util.java b/java-compat/src/Ice/src/main/java/Ice/Util.java index 1ec8e1af1cb..0d45a85614a 100644 --- a/java-compat/src/Ice/src/main/java/Ice/Util.java +++ b/java-compat/src/Ice/src/main/java/Ice/Util.java @@ -174,7 +174,7 @@ public final class Util * in this vector are used to intialize the communicator. * This method modifies the argument vector by removing any Ice-related options. * - * @param configFile Path to a config file that sets the new Communicator's default + * @param configFile Path to a config file that sets the new communicator's default * properties. * * @return The initialized communicator. @@ -219,7 +219,7 @@ public final class Util * @param args A command-line argument vector. Any Ice-related options * in this vector are used to intialize the communicator. * - * @param configFile Path to a config file that sets the new Communicator's default + * @param configFile Path to a config file that sets the new communicator's default * properties. * * @return The initialized communicator. @@ -262,7 +262,7 @@ public final class Util /** * Creates a communicator. * - * @param configFile Path to a config file that sets the new Communicator's default + * @param configFile Path to a config file that sets the new communicator's default * properties. * * @return The initialized communicator. |