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 2018/01/18 14:40:26 UTC

svn commit: r1821501 - /myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml

Author: lofwyr
Date: Thu Jan 18 14:40:26 2018
New Revision: 1821501

URL: http://svn.apache.org/viewvc?rev=1821501&view=rev
Log:
fix MissingDeprecated

Modified:
    myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml

Modified: myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml?rev=1821501&r1=1821500&r2=1821501&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml (original)
+++ myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml Thu Jan 18 14:40:26 2018
@@ -178,9 +178,7 @@
         <module name="EmptyStatement"/>
         -->
         <module name="EqualsHashCode"/>
-        <!-- TBD
         <module name="MissingDeprecated"/>
-        -->
 
         <module name="HiddenField">
           <property name="ignoreSetter" value="true" />