Fix duplicate words
See gh-20210
This commit is contained in:
committed by
Stephane Nicoll
parent
dcbbe20d41
commit
4f824bf9ad
@@ -127,7 +127,7 @@ public abstract class ExecutableArchiveLauncher extends Launcher {
|
||||
}
|
||||
|
||||
/**
|
||||
* Determine if the specified entry is a a candidate for further searching.
|
||||
* Determine if the specified entry is a candidate for further searching.
|
||||
* @param entry the entry to check
|
||||
* @return {@code true} if the entry is a candidate for further searching
|
||||
*/
|
||||
|
||||
@@ -59,7 +59,7 @@ public class LaunchedURLClassLoader extends URLClassLoader {
|
||||
|
||||
/**
|
||||
* Create a new {@link LaunchedURLClassLoader} instance.
|
||||
* @param exploded the the underlying archive is exploded
|
||||
* @param exploded if the underlying archive is exploded
|
||||
* @param urls the URLs from which to load classes and resources
|
||||
* @param parent the parent class loader for delegation
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user