[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui/tag ...

Gavin King gavin.king at jboss.com
Sun May 13 04:33:37 EDT 2007


  User: gavin   
  Date: 07/05/13 04:33:37

  Modified:    src/ui/org/jboss/seam/ui/tag  HtmlComponentBodyTagBase.java
  Log:
  get rid of use of deprecated methods
  
  Revision  Changes    Path
  1.4       +4 -4      jboss-seam/src/ui/org/jboss/seam/ui/tag/HtmlComponentBodyTagBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HtmlComponentBodyTagBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/tag/HtmlComponentBodyTagBase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- HtmlComponentBodyTagBase.java	16 Dec 2006 02:58:13 -0000	1.3
  +++ HtmlComponentBodyTagBase.java	13 May 2007 08:33:37 -0000	1.4
  @@ -20,8 +20,8 @@
   import org.jboss.seam.ui.HTML;
   
   /**
  - * @author Manfred Geiler (latest modification by $Author: nrichards $)
  - * @version $Revision: 1.3 $ $Date: 2006/12/16 02:58:13 $
  + * @author Manfred Geiler (latest modification by $Author: gavin $)
  + * @version $Revision: 1.4 $ $Date: 2007/05/13 08:33:37 $
    */
   public abstract class HtmlComponentBodyTagBase
           extends UIComponentBodyTagBase
  @@ -48,8 +48,8 @@
       private String _onmouseup;
   
       @Override
  -    public void release() {
  -        super.release();
  +    public void release() 
  +    {
           _dir=null;
           _lang=null;
           _style=null;
  
  
  



More information about the jboss-cvs-commits mailing list