You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/04/13 13:32:53 UTC

svn commit: r393786 - /incubator/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java

Author: geirm
Date: Thu Apr 13 04:32:26 2006
New Revision: 393786

URL: http://svn.apache.org/viewcvs?rev=393786&view=rev
Log:
Modify a comment that was a copy and paste of 
Javadoc from spec for java.security.Security


Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java

Modified: incubator/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java?rev=393786&r1=393785&r2=393786&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java Thu Apr 13 04:32:26 2006
@@ -314,9 +314,9 @@
 
     /**
      * 
-     * returns true if the provider implements the specified algorithm or type
-     * for the specified cryptographic service and its implementation meets the
-     * constraint expressed by the specified attribute name/value pair.
+     * returns true if the provider implements the specified algorithm.  Caller must
+     * specify the cryptographic service and specify constraints via the
+     * attribute name the attribute value
      * 
      * @param serv
      *            Crypto service