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 2015/09/10 00:02:43 UTC

svn commit: r1702122 - /directory/apacheds/trunk/interceptors/subtree/src/main/java/org/apache/directory/server/core/subtree/SubentryInterceptor.java

Author: seelmann
Date: Wed Sep  9 22:02:43 2015
New Revision: 1702122

URL: http://svn.apache.org/r1702122
Log:
Fix checkstyle issues

Modified:
    directory/apacheds/trunk/interceptors/subtree/src/main/java/org/apache/directory/server/core/subtree/SubentryInterceptor.java

Modified: directory/apacheds/trunk/interceptors/subtree/src/main/java/org/apache/directory/server/core/subtree/SubentryInterceptor.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/subtree/src/main/java/org/apache/directory/server/core/subtree/SubentryInterceptor.java?rev=1702122&r1=1702121&r2=1702122&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/subtree/src/main/java/org/apache/directory/server/core/subtree/SubentryInterceptor.java (original)
+++ directory/apacheds/trunk/interceptors/subtree/src/main/java/org/apache/directory/server/core/subtree/SubentryInterceptor.java Wed Sep  9 22:02:43 2015
@@ -102,7 +102,7 @@ public class SubentryInterceptor extends
     private static Value<String> SUBENTRY_OC;
 
     /** The set of Subentry operational attributes */
-    public static AttributeType[] SUBENTRY_OPATTRS;
+    private static AttributeType[] SUBENTRY_OPATTRS;
 
     /** The SubTree specification parser instance */
     private SubtreeSpecificationParser ssParser;