On 12/12/2017 10:27, Chris Hegarty wrote:
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."
Looks fine. Separately, I don't know if "empty" is defined anywhere for Enumerations, it could just say "contains no elements" or other variants.

-Alan

Reply via email to