You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/06/10 11:11:43 UTC

svn commit: r783264 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java

Author: lofwyr
Date: Wed Jun 10 09:11:43 2009
New Revision: 783264

URL: http://svn.apache.org/viewvc?rev=783264&view=rev
Log:
Code style

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java?rev=783264&r1=783263&r2=783264&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java Wed Jun 10 09:11:43 2009
@@ -71,6 +71,7 @@
    * Allowd layout tokens ('*', '<x>*', '<x>px' or '<x>%').
    * Where '*' is equvalent to '1*'.
    */
-  @TagAttribute @UIComponentTagAttribute(type = "java.lang.String")
+  @TagAttribute
+  @UIComponentTagAttribute(type = "java.lang.String")
   void setWidth(String width);
 }