giacomo 2003/01/09 10:53:25
Modified: src/scratchpad/src/org/apache/cocoon/taglib/core
LoopTagSupport.java
Log:
reverting recent changes
Revision Changes Path
1.3 +3 -3
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/LoopTagSupport.java
Index: LoopTagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/LoopTagSupport.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -b -u -r1.2 -r1.3
--- LoopTagSupport.java 9 Jan 2003 15:07:35 -0000 1.2
+++ LoopTagSupport.java 9 Jan 2003 18:53:25 -0000 1.3
@@ -163,9 +163,9 @@
*/
private LoopTagStatus status; // our LoopTagStatus
private Object item; // the current item
- int index; // the current internal index
- int count; // the iteration count
- boolean last; // current round == last one?
+ private int index; // the current internal index
+ private int count; // the iteration count
+ private boolean last; // current round == last one?
//*********************************************************************
// Constructor
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]