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 2009/12/07 18:23:43 UTC

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

Author: bommel
Date: Mon Dec  7 17:23:42 2009
New Revision: 888029

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

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

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/MenuItemTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/MenuItemTagDeclaration.java?rev=888029&r1=888028&r2=888029&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/MenuItemTagDeclaration.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/MenuItemTagDeclaration.java Mon Dec  7 17:23:42 2009
@@ -36,4 +36,4 @@
     allowedChildComponenents = "NONE")
 @Deprecated
 public interface MenuItemTagDeclaration extends MenuCommandTagDeclaration {
-}
\ No newline at end of file
+}