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");
                }

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

                Created:
                Updated:
                Resolved: