cziegeler 2004/01/30 02:04:35
Modified: src/blocks/woody/java/org/apache/cocoon/woody/formmodel
Repeater.java
Log:
Make cocoon compilable again - please cross-check the change
Revision Changes Path
1.16 +10 -0
cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/Repeater.java
Index: Repeater.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/Repeater.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Repeater.java 29 Dec 2003 06:14:49 -0000 1.15
+++ Repeater.java 30 Jan 2004 10:04:35 -0000 1.16
@@ -380,4 +380,14 @@
throw new UnsupportedOperationException("Widget " +
this.getFullyQualifiedId() + " doesn't handle events.");
}
}
+
+ /* (non-Javadoc)
+ * @see org.apache.cocoon.woody.formmodel.ContainerWidget#getChildren()
+ */
+ public Iterator getChildren() {
+ // TODO Auto-generated method stub to make this compile again
+ return null;
+ }
+
+
}