diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-31 10:29:55 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-31 10:29:55 +0200 |
commit | 147e81268e501a4b00b28aa63050358abaf33dcd (patch) | |
tree | 5fbc2d711ce7900118309c7bc53e33ffbb5263d3 /java/src/IceInternal/PropertyNames.java | |
parent | Fixed getPropertyAsList documentation (diff) | |
download | ice-147e81268e501a4b00b28aa63050358abaf33dcd.tar.bz2 ice-147e81268e501a4b00b28aa63050358abaf33dcd.tar.xz ice-147e81268e501a4b00b28aa63050358abaf33dcd.zip |
ICE-4612: Added documentation to the Slice interfaces, added missing property, renamed IceGridDiscovery/Lookup to IceGrid/Lookup
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 4bbf3ea7ecf..6af993ada47 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 Jul 15 11:44:29 2014 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Thu Jul 31 10:17:55 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -389,6 +389,7 @@ public final class PropertyNames new Property("IceGridDiscovery\\.Lookup", false, null), new Property("IceGridDiscovery\\.Timeout", false, null), new Property("IceGridDiscovery\\.RetryCount", false, null), + new Property("IceGridDiscovery\\.RetryDelay", false, null), new Property("IceGridDiscovery\\.Address", false, null), new Property("IceGridDiscovery\\.Port", false, null), new Property("IceGridDiscovery\\.Interface", false, null), |