You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/10/02 23:00:20 UTC

svn commit: r1003884 - /directory/shared/trunk/ldap/src/checkstyle/suppressions.xml

Author: seelmann
Date: Sat Oct  2 21:00:20 2010
New Revision: 1003884

URL: http://svn.apache.org/viewvc?rev=1003884&view=rev
Log:
No Javadoc for schema constants required

Modified:
    directory/shared/trunk/ldap/src/checkstyle/suppressions.xml

Modified: directory/shared/trunk/ldap/src/checkstyle/suppressions.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/checkstyle/suppressions.xml?rev=1003884&r1=1003883&r2=1003884&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/checkstyle/suppressions.xml (original)
+++ directory/shared/trunk/ldap/src/checkstyle/suppressions.xml Sat Oct  2 21:00:20 2010
@@ -32,4 +32,6 @@
     <suppress files="LoadableSchemaObject.java" checks="EqualsHashCode" />
     <suppress files="LdapComparator.java" checks="EqualsHashCode" />
     <suppress files="DITStructureRule.java" checks="EqualsHashCode" />
+    
+    <suppress files="SchemaConstants.java" checks="JavaDocVariable" />
 </suppressions>