Skip to content

Commit

Permalink
Update java/src/Ice/src/main/java/com/zeroc/Ice/Properties.java
Browse files Browse the repository at this point in the history
Co-authored-by: Jose  <[email protected]>
  • Loading branch information
externl and pepone authored May 17, 2024
1 parent 5a223fd commit 10fd28b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/src/Ice/src/main/java/com/zeroc/Ice/Properties.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10fd28b

Please sign in to comment.