diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-11-04 10:45:58 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-11-04 10:45:58 -0800 |
commit | f842b68930c6fc772343509b04542e57d36db583 (patch) | |
tree | e59dd6ecd7c1d98f39c88670e499b0ae5bf001e9 /java/src/IceBox/ServiceManagerI.java | |
parent | bug 4349 - gcc warning in PythonUtil (diff) | |
download | ice-f842b68930c6fc772343509b04542e57d36db583.tar.bz2 ice-f842b68930c6fc772343509b04542e57d36db583.tar.xz ice-f842b68930c6fc772343509b04542e57d36db583.zip |
bug 2589:
- Fixing Python implementation of cloneWithPrefix
- Implementing cloneWithPrefix in Ruby & PHP
- Miscellaneous minor fixes
Diffstat (limited to 'java/src/IceBox/ServiceManagerI.java')
-rw-r--r-- | java/src/IceBox/ServiceManagerI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceBox/ServiceManagerI.java b/java/src/IceBox/ServiceManagerI.java index 0c5620031ee..2633f7ed650 100644 --- a/java/src/IceBox/ServiceManagerI.java +++ b/java/src/IceBox/ServiceManagerI.java @@ -558,7 +558,7 @@ public class ServiceManagerI extends _ServiceManagerDisp } // - // Clone the logger to assing a new prefix. + // Clone the logger to assign a new prefix. // initData.logger = _logger.cloneWithPrefix(initData.properties.getProperty("Ice.ProgramName")); |