You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by nu...@apache.org on 2007/01/24 22:25:52 UTC

svn commit: r499574 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java

Author: nuttycom
Date: Wed Jan 24 13:25:51 2007
New Revision: 499574

URL: http://svn.apache.org/viewvc?view=rev&rev=499574
Log:
Changed private targetOffset property to protected so that it can be set using an XML configuration file.

Modified:
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java?view=diff&rev=499574&r1=499573&r2=499574
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java Wed Jan 24 13:25:51 2007
@@ -382,7 +382,7 @@
      * top of the digester object stack. The default value of zero
      * means the target object is the one on top of the stack.
      */
-    private int targetOffset = 0;
+    protected int targetOffset = 0;
 
     /**
      * The method name to call on the parent object.



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org