diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-09-05 15:07:16 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-09-05 15:07:16 -0230 |
commit | abd059f88aab8c27d22a3ff720e064caae7ad166 (patch) | |
tree | a83dea14d7a0dfa5feda327e8cabfa62799091a0 /java/src/IceInternal/PropertyNames.java | |
parent | Minor OpenSSL build fix (diff) | |
download | ice-abd059f88aab8c27d22a3ff720e064caae7ad166.tar.bz2 ice-abd059f88aab8c27d22a3ff720e064caae7ad166.tar.xz ice-abd059f88aab8c27d22a3ff720e064caae7ad166.zip |
ICE-5659 remove Ice.MonitorConnections from properties
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 055887c2a8b..8bdc3158420 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Sep 2 12:07:05 2014 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Sep 5 15:02:22 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -123,7 +123,6 @@ public final class PropertyNames new Property("Ice\\.LogFile", false, null), new Property("Ice\\.LogStdErr\\.Convert", false, null), new Property("Ice\\.MessageSizeMax", false, null), - new Property("Ice\\.MonitorConnections", false, null), new Property("Ice\\.Nohup", false, null), new Property("Ice\\.NullHandleAbort", false, null), new Property("Ice\\.Override\\.CloseTimeout", false, null), |