You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/11/01 09:20:51 UTC

svn commit: r590927 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java

Author: bommel
Date: Thu Nov  1 01:20:50 2007
New Revision: 590927

URL: http://svn.apache.org/viewvc?rev=590927&view=rev
Log:
checkstyle

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

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java?rev=590927&r1=590926&r2=590927&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java Thu Nov  1 01:20:50 2007
@@ -286,7 +286,8 @@
           if (column.isRendered())  {
             if (tokens == null) {
               if (column instanceof org.apache.myfaces.tobago.component.UIColumn) {
-                newTokens.addToken(LayoutTokens.parseToken(((org.apache.myfaces.tobago.component.UIColumn)column).getWidth()));
+                newTokens.addToken(
+                    LayoutTokens.parseToken(((org.apache.myfaces.tobago.component.UIColumn) column).getWidth()));
               } else {
                 newTokens.addToken(RelativeLayoutToken.DEFAULT_INSTANCE);
               }