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/11/04 16:09:38 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/valid BaseValidator.java

ehatcher    2003/11/04 07:09:38

  Modified:    contrib/src/org/apache/tapestry/contrib/table/model/simple
                        SimpleTableSortingState.java
               framework/src/org/apache/tapestry IActionListener.java
               framework/src/org/apache/tapestry/binding
                        ExpressionBinding.java
               framework/src/org/apache/tapestry/valid BaseValidator.java
  Log:
  javadoc fixups
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/table/model/simple/SimpleTableSortingState.java
  
  Index: SimpleTableSortingState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/table/model/simple/SimpleTableSortingState.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleTableSortingState.java	5 Mar 2003 23:03:04 -0000	1.1
  +++ SimpleTableSortingState.java	4 Nov 2003 15:09:37 -0000	1.2
  @@ -99,7 +99,7 @@
   
   	/**
   	 * Sets the SortColumn.
  -	 * @param SortColumn The SortColumn to set
  +	 * @param strSortColumn The SortColumn to set
   	 */
   	public void setSortColumn(String strSortColumn, boolean bSortOrder)
   	{
  
  
  
  1.3       +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/IActionListener.java
  
  Index: IActionListener.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/IActionListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IActionListener.java	15 Mar 2003 21:22:08 -0000	1.2
  +++ IActionListener.java	4 Nov 2003 15:09:37 -0000	1.3
  @@ -74,7 +74,7 @@
        *  Method invoked by the component (an {@link org.apache.tapestry.link.ActionLink} or 
        *  {@link org.apache.tapestry.form.Form}, when its URL is triggered.
        *
  -     *  @param action The component which was "triggered".
  +     *  @param component The component which was "triggered".
        *  @param cycle The request cycle in which the component was triggered.
        *
        **/
  
  
  
  1.8       +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/binding/ExpressionBinding.java
  
  Index: ExpressionBinding.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/binding/ExpressionBinding.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ExpressionBinding.java	28 May 2003 13:41:37 -0000	1.7
  +++ ExpressionBinding.java	4 Nov 2003 15:09:37 -0000	1.8
  @@ -546,7 +546,7 @@
        *
        *  @throws BindingException if the property can't be updated (typically
        *  due to an security problem, or a missing mutator method).
  -     *  @throws ReadOnlyBindingException if the binding is invariant.
  +     *  @throws BindingException if the binding is invariant.
        **/
   
       public void setObject(Object value)
  
  
  
  1.9       +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/valid/BaseValidator.java
  
  Index: BaseValidator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/valid/BaseValidator.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BaseValidator.java	4 Sep 2003 15:40:09 -0000	1.8
  +++ BaseValidator.java	4 Nov 2003 15:09:37 -0000	1.9
  @@ -307,7 +307,7 @@
        *  @param symbols a set of input symbols needed by the script.  These symbols
        *  are augmented with symbols for the field, form and validator.  symbols may be
        *  null, but will be modified if not null.
  -     *  @throws RequestCycleException if there's an error processing the script.
  +     *  @throws ApplicationRuntimeException if there's an error processing the script.
        * 
        *  @since 2.2
        * 
  
  
  

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