You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by eh...@apache.org on 2003/10/01 15:39:07 UTC

cvs commit: jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/table/model/ognl ExpressionTableColumnModel.java

ehatcher    2003/10/01 06:39:07

  Modified:    contrib/src/org/apache/tapestry/contrib/table/model/ognl
                        ExpressionTableColumnModel.java
  Log:
  fix spelling mistake
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/table/model/ognl/ExpressionTableColumnModel.java
  
  Index: ExpressionTableColumnModel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/table/model/ognl/ExpressionTableColumnModel.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExpressionTableColumnModel.java	15 May 2003 12:34:53 -0000	1.2
  +++ ExpressionTableColumnModel.java	1 Oct 2003 13:39:07 -0000	1.3
  @@ -67,7 +67,7 @@
       /**
        * Constructs a table column model containting OGNL expression columns. <br>
        * The data for the columns is provided in the form of a string array,
  -     * where the info of each column is stored in two consequtive fields in 
  +     * where the info of each column is stored in two consecutive fields in
        * the array, hence its size must be even. The expected info is the following:
        * <ul>
        *   <li> Column Name
  @@ -84,7 +84,7 @@
       /**
        * Constructs a table column model containting OGNL expression columns. <br>
        * The data for the columns is provided in the form of a string array,
  -     * where the info of each column is stored in four consequtive fields in 
  +     * where the info of each column is stored in four consecutive fields in
        * the array, hence its size must be divisible by 4. <br>
        * The expected info is the following:
        * <ul>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org