mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8185027: Typo in java.net.URLClassLoader.findResources(String) method documentation
Reviewed-by: alanb
This commit is contained in:
parent
9d93886076
commit
2f125c1bd5
1 changed files with 2 additions and 2 deletions
|
@ -658,8 +658,8 @@ public class URLClassLoader extends SecureClassLoader implements Closeable {
|
|||
*
|
||||
* @param name the resource name
|
||||
* @exception IOException if an I/O exception occurs
|
||||
* @return an {@code Enumeration} of {@code URL}s
|
||||
* If the loader is closed, the Enumeration will be empty.
|
||||
* @return An {@code Enumeration} of {@code URL}s.
|
||||
* If the loader is closed, the Enumeration contains no elements.
|
||||
*/
|
||||
public Enumeration<URL> findResources(final String name)
|
||||
throws IOException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue