jdk/src/share/classes/java/security/cert/CertPathBuilderSpi.java
changeset 19828 b4f91bc595fe
parent 18551 882a3948c6e6
--- a/jdk/src/share/classes/java/security/cert/CertPathBuilderSpi.java	Mon Sep 09 13:44:30 2013 +0100
+++ b/jdk/src/share/classes/java/security/cert/CertPathBuilderSpi.java	Mon Sep 09 10:52:56 2013 -0700
@@ -87,6 +87,8 @@
      * service providers, this method cannot be abstract and by default throws
      * an {@code UnsupportedOperationException}.
      *
+     * @return a {@code CertPathChecker} that this implementation uses to
+     * check the revocation status of certificates
      * @throws UnsupportedOperationException if this method is not supported
      * @since 1.8
      */