You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2003/06/26 17:32:34 UTC

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/datatype/typeimpl AbstractDatatype.java

bruno       2003/06/26 08:32:34

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/datatype/typeimpl
                        AbstractDatatype.java
  Log:
  corrected message
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/datatype/typeimpl/AbstractDatatype.java
  
  Index: AbstractDatatype.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/datatype/typeimpl/AbstractDatatype.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractDatatype.java	22 Apr 2003 12:04:18 -0000	1.1
  +++ AbstractDatatype.java	26 Jun 2003 15:32:34 -0000	1.2
  @@ -86,7 +86,7 @@
   
       public void setSelectionList(SelectionList selectionList) {
           if (selectionList.getDatatype() != this)
  -            throw new RuntimeException("Error in AbstractDatatype.setSelectionList: tried to assign a StaticSelectionList that is not associated with this datatype.");
  +            throw new RuntimeException("Error in AbstractDatatype.setSelectionList: tried to assign a SelectionList that is not associated with this datatype.");
           this.selectionList = selectionList;
       }