diff options
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. |