diff --git a/java/src/Ice/src/main/java/com/zeroc/Ice/Properties.java b/java/src/Ice/src/main/java/com/zeroc/Ice/Properties.java index a7a5d450bbe..7b988931416 100644 --- a/java/src/Ice/src/main/java/com/zeroc/Ice/Properties.java +++ b/java/src/Ice/src/main/java/com/zeroc/Ice/Properties.java @@ -348,8 +348,7 @@ public void setProperty(String key, String value) { } // Finds the corresponding Ice property if it exists. Also logs warnings for unknown Ice - // properties and - // case-insensitive Ice property prefix matches. + // properties and case-insensitive Ice property prefix matches. Property prop = findProperty(key, true); // If the property is deprecated, log a warning