Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8325024

java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information

XMLWordPrintable

    • 22
    • b09
    • generic
    • generic

        As show below, The comment doesn't match the code.

                // Wait 5 seconds for server ready
                boolean readyStatus = rootOcsp.awaitServerReady(60, TimeUnit.SECONDS);
                if (!readyStatus) {
                    throw new RuntimeException("Server not ready");
                }

              syan Sendao Yan
              syan Sendao Yan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: