dgraham 2003/06/07 12:25:59
Modified: validator/src/share/org/apache/commons/validator Field.java
Log:
Somewhere along the way hArg0 was moved to private instead of
protected, so move it back.
Revision Changes Path
1.16 +5 -6
jakarta-commons/validator/src/share/org/apache/commons/validator/Field.java
Index: Field.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/share/org/apache/commons/validator/Field.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Field.java 29 May 2003 03:04:33 -0000 1.15
+++ Field.java 7 Jun 2003 19:25:58 -0000 1.16
@@ -149,7 +149,7 @@
/**
* @deprecated This variable is no longer used, use args instead.
*/
- private FastHashMap hArg0 = new FastHashMap();
+ protected FastHashMap hArg0 = new FastHashMap();
/**
* @deprecated This variable is no longer used, use args instead.
@@ -165,7 +165,6 @@
* @deprecated This variable is no longer used, use args instead.
*/
protected FastHashMap hArg3 = new FastHashMap();
-
/**
* Gets the page value that the Field is associated with for
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]