You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/01/06 13:32:48 UTC

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding TempRepeaterJXPathBinding.java

joerg       2004/01/06 04:32:48

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/binding
                        TempRepeaterJXPathBinding.java
  Log:
  rowPathInsert is also unread - can it be removed?
  
  Revision  Changes    Path
  1.2       +3 -3      cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding/TempRepeaterJXPathBinding.java
  
  Index: TempRepeaterJXPathBinding.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding/TempRepeaterJXPathBinding.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TempRepeaterJXPathBinding.java	29 Dec 2003 06:14:48 -0000	1.1
  +++ TempRepeaterJXPathBinding.java	6 Jan 2004 12:32:47 -0000	1.2
  @@ -76,7 +76,7 @@
       private final String repeaterId;
       private final String repeaterPath;
       private final String rowPath;
  -    private final String rowPathInsert;
  +//    private final String rowPathInsert;
       private final boolean clearOnLoad;
       private final JXPathBindingBase rowBinding;
       private final JXPathBindingBase insertRowBinding;
  @@ -92,7 +92,7 @@
           this.repeaterId = repeaterId;
           this.repeaterPath = repeaterPath;
           this.rowPath = rowPath;
  -        this.rowPathInsert = rowPathInsert;
  +//        this.rowPathInsert = rowPathInsert;
           this.rowBinding = rowBinding;
           this.rowBinding.setParent(this);
           this.insertRowBinding = insertBinding;