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

Gavin King gavin.king at jboss.com
Fri Mar 16 01:43:35 EDT 2007


  User: gavin   
  Date: 07/03/16 01:43:35

  Modified:    src/ui/org/jboss/seam/ui  UIFormattedText.java
  Log:
  minor
  
  Revision  Changes    Path
  1.5       +2 -8      jboss-seam/src/ui/org/jboss/seam/ui/UIFormattedText.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIFormattedText.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/UIFormattedText.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- UIFormattedText.java	8 Feb 2007 09:35:59 -0000	1.4
  +++ UIFormattedText.java	16 Mar 2007 05:43:35 -0000	1.5
  @@ -15,18 +15,12 @@
      public static final String COMPONENT_TYPE   = "org.jboss.seam.ui.FormattedText";      
      public static final String COMPONENT_FAMILY = "org.jboss.seam.ui.FormattedText";
      
  -   public static final String DEFAULT_RENDERER_TYPE = null;
  -   
  -   public UIFormattedText()
  -   {
  -      setRendererType(DEFAULT_RENDERER_TYPE);
  -   }
  -   
      @Override
      public String getFamily()
      {
         return COMPONENT_FAMILY;
      }
  +   
      @Override
      public void encodeBegin(FacesContext context) throws IOException
      {
  
  
  



More information about the jboss-cvs-commits mailing list