You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by vt...@apache.org on 2004/02/27 00:34:09 UTC

svn commit: rev 6892 - incubator/directory/janus/trunk/sandbox/src/java/org/apache/janus/authentication

Author: vtence
Date: Thu Feb 26 15:34:07 2004
New Revision: 6892

Modified:
   incubator/directory/janus/trunk/sandbox/src/java/org/apache/janus/authentication/CredentialSet.java
Log:
o Removed unwanted bits

Modified: incubator/directory/janus/trunk/sandbox/src/java/org/apache/janus/authentication/CredentialSet.java
==============================================================================
--- incubator/directory/janus/trunk/sandbox/src/java/org/apache/janus/authentication/CredentialSet.java	(original)
+++ incubator/directory/janus/trunk/sandbox/src/java/org/apache/janus/authentication/CredentialSet.java	Thu Feb 26 15:34:07 2004
@@ -105,11 +105,6 @@
         return null;
     }
 
-    public Credential getCredentialCount( String type )
-    {
-        return getCredential( type );
-    }
-
     public int size()
     {
         return m_credentials.size();