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/28 13:47:19 UTC

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Form.java

joerg       2004/01/28 04:47:18

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/formmodel
                        Form.java
  Log:
  Commons Collections 3.0: o.a.commons.collections.CursorableLinkedList moved to o.a.commons.collections.list.CursorableLinkedList
  
  Revision  Changes    Path
  1.15      +2 -2      cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/Form.java
  
  Index: Form.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/Form.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Form.java	30 Dec 2003 14:48:37 -0000	1.14
  +++ Form.java	28 Jan 2004 12:47:15 -0000	1.15
  @@ -63,7 +63,7 @@
   import org.apache.cocoon.woody.event.WidgetEvent;
   import org.apache.cocoon.woody.event.WidgetEventMulticaster;
   import org.apache.cocoon.xml.AttributesImpl;
  -import org.apache.commons.collections.CursorableLinkedList;
  +import org.apache.commons.collections.list.CursorableLinkedList;
   import org.xml.sax.ContentHandler;
   import org.xml.sax.SAXException;