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

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

    XMLWordPrintable

Details

    • 22
    • b09
    • generic
    • generic

    Backports

      Description

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

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: