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-
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-