RFR 8185027: Typo in java.net.URLClassLoader.findResources(String) method documentation
Alan Bateman
Alan.Bateman at oracle.com
Tue Dec 12 10:36:45 UTC 2017
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
More information about the net-dev
mailing list