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/12/06 23:24:04 UTC

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

Author: bommel
Date: Thu Dec  6 14:24:03 2007
New Revision: 601877

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

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

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UISelectMany.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UISelectMany.java?rev=601877&r1=601876&r2=601877&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UISelectMany.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UISelectMany.java Thu Dec  6 14:24:03 2007
@@ -33,6 +33,7 @@
  */
 public class UISelectMany extends javax.faces.component.UISelectMany implements SupportsMarkup {
 
+  @SuppressWarnings("UnusedDeclaration")
   private static final Log LOG = LogFactory.getLog(UISelectMany.class);
 
   public static final String COMPONENT_TYPE = "org.apache.myfaces.tobago.SelectMany";