rdonkin     2003/02/10 12:19:28

  Modified:    betwixt/src/java/org/apache/commons/betwixt/expression
                        Expression.java
               betwixt/xdocs tasks.xml
  Log:
  The update method on Expression is unused (it was replaced by the Updater class) and 
has therefore been deprecated.
  
  Revision  Changes    Path
  1.3       +1 -0      
jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/expression/Expression.java
  
  Index: Expression.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/expression/Expression.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Expression.java   9 Jan 2003 22:34:07 -0000       1.2
  +++ Expression.java   10 Feb 2003 20:19:28 -0000      1.3
  @@ -89,6 +89,7 @@
        *
        * @param context update this <code>Context</code> 
        * @param newValue the new value for this expression
  +     * @deprecated use {@link Updater} instead
        */
       public void update(Context context, String newValue);
   }
  
  
  
  1.6       +3 -0      jakarta-commons/betwixt/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/tasks.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- tasks.xml 9 Feb 2003 22:27:18 -0000       1.5
  +++ tasks.xml 10 Feb 2003 20:19:28 -0000      1.6
  @@ -207,6 +207,9 @@
               <li> 
                   <code>BeanCreateRule</code> has been replaced by BeanRuleSet
               </li>
  +            <li> 
  +                <code>Expression.update</code> has been replaced by Updater
  +            </li>
           </ul>
       </subsection>
   </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to