diff options
author | Jose <jose@zeroc.com> | 2016-09-20 10:58:14 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-09-20 10:58:14 +0200 |
commit | a4d8e20411191934115fb3672caa90a9d9adefca (patch) | |
tree | 22b5da27862f053558ffb98d717501612769eb36 /java | |
parent | ICE-7318 - Should /usr/[local]/share/slice be a directory or link (diff) | |
download | ice-a4d8e20411191934115fb3672caa90a9d9adefca.tar.bz2 ice-a4d8e20411191934115fb3672caa90a9d9adefca.tar.xz ice-a4d8e20411191934115fb3672caa90a9d9adefca.zip |
Fix ICE-7192 - Review deprecatedBy usage
Diffstat (limited to 'java')
-rw-r--r-- | java/src/Ice/src/main/java/IceInternal/PropertyNames.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/Ice/src/main/java/IceInternal/PropertyNames.java b/java/src/Ice/src/main/java/IceInternal/PropertyNames.java index e6d7607f8a0..6d4edf7ec0b 100644 --- a/java/src/Ice/src/main/java/IceInternal/PropertyNames.java +++ b/java/src/Ice/src/main/java/IceInternal/PropertyNames.java @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ./config/PropertyNames.xml, Wed Jul 6 13:12:34 2016 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Sep 20 10:36:23 2016 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -986,11 +986,11 @@ public final class PropertyNames new Property("IceSSL\\.DHParams", false, null), new Property("IceSSL\\.EntropyDaemon", false, null), new Property("IceSSL\\.FindCert", false, null), - new Property("IceSSL\\.FindCert\\.[^\\s]+", true, "IceSSL.FindCert"), + new Property("IceSSL\\.FindCert\\.[^\\s]+", true, null), new Property("IceSSL\\.ImportCert\\.[^\\s]+", true, null), new Property("IceSSL\\.InitOpenSSL", false, null), new Property("IceSSL\\.KeyFile", true, null), - new Property("IceSSL\\.KeySet", true, "IceSSL.CertStoreLocation"), + new Property("IceSSL\\.KeySet", true, null), new Property("IceSSL\\.Keychain", false, null), new Property("IceSSL\\.KeychainPassword", false, null), new Property("IceSSL\\.Keystore", false, null), |