You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/06/01 07:20:06 UTC

svn commit: r179359 - /directory/shared/kerberos/trunk/common/src/java/org/apache/kerberos/store/KerberosAttribute.java

Author: akarasulu
Date: Tue May 31 22:20:05 2005
New Revision: 179359

URL: http://svn.apache.org/viewcvs?rev=179359&view=rev
Log:
fix copy paste comment

Modified:
    directory/shared/kerberos/trunk/common/src/java/org/apache/kerberos/store/KerberosAttribute.java

Modified: directory/shared/kerberos/trunk/common/src/java/org/apache/kerberos/store/KerberosAttribute.java
URL: http://svn.apache.org/viewcvs/directory/shared/kerberos/trunk/common/src/java/org/apache/kerberos/store/KerberosAttribute.java?rev=179359&r1=179358&r2=179359&view=diff
==============================================================================
--- directory/shared/kerberos/trunk/common/src/java/org/apache/kerberos/store/KerberosAttribute.java (original)
+++ directory/shared/kerberos/trunk/common/src/java/org/apache/kerberos/store/KerberosAttribute.java Tue May 31 22:20:05 2005
@@ -32,7 +32,7 @@
     public static final String PRINCIPAL = "krb5PrincipalName";
     /** the krb5kdc schema key version identifier for a krb5KDCEntry */
     public static final String VERSION   = "krb5KeyVersionNumber";
-    /** the krb5kdc schema key version identifier for a krb5KDCEntry */
+    /** the Apache specific SAM type attribute */
     public static final String SAM_TYPE   = "apacheSamType";
 }