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

Typo in java.net.URLClassLoader.findResources(String) method documentation

XMLWordPrintable

    • b36
    • Not verified

      A DESCRIPTION OF THE PROBLEM :

      The returns section of the java.net.URLClassLoader.findResources(String) method documentation, contains the following sentence:
         "an Enumeration of URLs If the loader is closed, the Enumeration will be empty."
      should be replaced by:
         "an Enumeration of URLs. If the loader is closed, the Enumeration will be empty.",
      a period should be placed after the word "URLs".


      URL OF FAULTY DOCUMENTATION :
      https://docs.oracle.com/javase/8/docs/api/java/net/URLClassLoader.html#findResources-java.lang.String-

            chegar Chris Hegarty
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: