bruno 2003/08/26 08:14:04
Modified: src/blocks/woody/java/org/apache/cocoon/woody/datatype
SelectionListBuilder.java
Log:
Return StaticSelectionList instead of SelectionList from build method
Revision Changes Path
1.3 +1 -1
cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/datatype/SelectionListBuilder.java
Index: SelectionListBuilder.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/datatype/SelectionListBuilder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SelectionListBuilder.java 15 Jul 2003 14:11:03 -0000 1.2
+++ SelectionListBuilder.java 26 Aug 2003 15:14:04 -0000 1.3
@@ -69,7 +69,7 @@
*/
public class SelectionListBuilder {
- public static SelectionList build(Element selectionListElement, Datatype
datatype) throws Exception {
+ public static StaticSelectionList build(Element selectionListElement,
Datatype datatype) throws Exception {
StaticSelectionList selectionList = new
StaticSelectionList(datatype);
Convertor convertor = null;
Convertor.FormatCache formatCache = new DefaultFormatCache();