summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-05-01 15:00:46 +0000
committerBrent Eagles <brent@zeroc.com>2006-05-01 15:00:46 +0000
commit62c27e6cf076a5a2c7dfae3de09ce1663699e945 (patch)
tree1569e0bcbd7de6d19126f8bf0c2cc828e4d372ec /java/src
parentmodifying glacier2 proxy filtering property names (diff)
downloadice-62c27e6cf076a5a2c7dfae3de09ce1663699e945.tar.bz2
ice-62c27e6cf076a5a2c7dfae3de09ce1663699e945.tar.xz
ice-62c27e6cf076a5a2c7dfae3de09ce1663699e945.zip
removing redundant 'Client' portion from filter property names
Diffstat (limited to 'java/src')
-rw-r--r--java/src/IceInternal/PropertyNames.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java
index ec92d625f1c..bc0eb93f6d1 100644
--- a/java/src/IceInternal/PropertyNames.java
+++ b/java/src/IceInternal/PropertyNames.java
@@ -7,7 +7,7 @@
//
// **********************************************************************
-// Generated by makeprops.py from file `../config/PropertyNames.def', Mon May 1 11:37:21 2006
+// Generated by makeprops.py from file `../config/PropertyNames.def', Mon May 1 12:13:27 2006
// IMPORTANT: Do not edit this file -- any edits made here will be lost!
@@ -283,9 +283,9 @@ public final class PropertyNames
"^Glacier2\\.Client\\.Trace\\.Override$",
"^Glacier2\\.Client\\.Trace\\.Reject$",
"^Glacier2\\.Client\\.Trace\\.Request$",
- "^Glacier2\\.Client\\.Filter\\.Regex\\.Reject$",
- "^Glacier2\\.Client\\.Filter\\.Regex\\.Accept$",
- "^Glacier2\\.Client\\.Filter\\.MaxProxyLength$",
+ "^Glacier2\\.Filter\\.Regex\\.Reject$",
+ "^Glacier2\\.Filter\\.Regex\\.Accept$",
+ "^Glacier2\\.Filter\\.MaxProxyLength$",
"^Glacier2\\.CryptPasswords$",
"^Glacier2\\.InstanceName$",
"^Glacier2\\.PermissionsVerifier$",