Fix typos

Closes gh-4463
This commit is contained in:
Johnny Lim
2015-11-13 21:15:37 +09:00
committed by Stephane Nicoll
parent b83368a503
commit 0a85281a66
10 changed files with 15 additions and 15 deletions

View File

@@ -456,7 +456,7 @@ public class JarFile extends java.util.jar.JarFile implements Iterable<JarEntryD
}
/**
* Reset any cached handers just in case a jar protocol has already been used. We
* Reset any cached handlers just in case a jar protocol has already been used. We
* reset the handler by trying to set a null {@link URLStreamHandlerFactory} which
* should have no effect other than clearing the handlers cache.
*/