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 2008/01/11 23:14:38 UTC

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

Author: bommel
Date: Fri Jan 11 14:14:33 2008
New Revision: 611319

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

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

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ToolBarTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ToolBarTagDeclaration.java?rev=611319&r1=611318&r2=611319&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ToolBarTagDeclaration.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ToolBarTagDeclaration.java Fri Jan 11 14:14:33 2008
@@ -62,8 +62,8 @@
     rendererType = "ToolBar",
     allowedChildComponenents = {
         "org.apache.myfaces.tobago.SelectOneCommand",
-    		"org.apache.myfaces.tobago.SelectBooleanCommand",
-    		"org.apache.myfaces.tobago.Command"})
+        "org.apache.myfaces.tobago.SelectBooleanCommand",
+        "org.apache.myfaces.tobago.Command"})
 public interface ToolBarTagDeclaration extends PanelTagDeclaration {
   /**
    * Position of the button label, possible values are: right, bottom, off.