diff options
author | Jose <jose@zeroc.com> | 2013-07-26 23:13:13 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-07-26 23:13:13 +0200 |
commit | 659e6709e8ae982e2ea1a1dc2acb8ca03b68ccc5 (patch) | |
tree | 95df32e606ef08537dbad1b3b6db26ea22739d75 /java | |
parent | ICE-5337 - Added MetricsConfigs, and update MetricsAdmin to sliced format. (diff) | |
download | ice-659e6709e8ae982e2ea1a1dc2acb8ca03b68ccc5.tar.bz2 ice-659e6709e8ae982e2ea1a1dc2acb8ca03b68ccc5.tar.xz ice-659e6709e8ae982e2ea1a1dc2acb8ca03b68ccc5.zip |
Renamed Ice.MetricsConfigs -> Ice.MetricsConfig
Diffstat (limited to 'java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 9f768f8e66b..7ec5f1d13af 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 17:20:59 2013 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 23:12:55 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -226,7 +226,7 @@ public final class PropertyNames public static final Property IceGridAdminProps[] = { new Property("IceGridAdmin\\.AuthenticateUsingSSL", false, null), - new Property("IceGridAdmin\\.MetricsConfigs", false, null), + new Property("IceGridAdmin\\.MetricsConfig", false, null), new Property("IceGridAdmin\\.Username", false, null), new Property("IceGridAdmin\\.Password", false, null), new Property("IceGridAdmin\\.Replica", false, null), |