You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2009/11/22 23:20:12 UTC

svn commit: r883157 - /directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java

Author: elecharny
Date: Sun Nov 22 22:20:12 2009
New Revision: 883157

URL: http://svn.apache.org/viewvc?rev=883157&view=rev
Log:
Revert back the Usage default value to UserApplications

Modified:
    directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java

Modified: directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java?rev=883157&r1=883156&r2=883157&view=diff
==============================================================================
--- directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java (original)
+++ directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java Sun Nov 22 22:20:12 2009
@@ -181,7 +181,7 @@
     private boolean canUserModify = true;
 
     /** the usage for this attributeType */
-    private UsageEnum usage;
+    private UsageEnum usage = UsageEnum.USER_APPLICATIONS;
 
     /** the length of this attribute in bytes */
     private int syntaxLength = 0;