Skip to content

Commit

Permalink
Merge pull request spring-projects#20210 from dreis2211
Browse files Browse the repository at this point in the history
* pr/20210:
  Fix duplicate words

Closes spring-projectsgh-20210
  • Loading branch information
snicoll committed Feb 18, 2020
2 parents dcbbe20 + 4f824bf commit c53d4f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -53,7 +53,7 @@ public Stream<Error> stream() {
}

/**
* Return if the there are any contained errors.
* Return if there are any contained errors.
* @return if the errors are empty
*/
public boolean isEmpty() {
Expand Down
Expand Up @@ -127,7 +127,7 @@ private Iterator<Archive> applyClassPathArchivePostProcessing(Iterator<Archive>
}

/**
* 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
*/
Expand Down
Expand Up @@ -59,7 +59,7 @@ public LaunchedURLClassLoader(URL[] urls, ClassLoader parent) {

/**
* 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
*/
Expand Down

0 comments on commit c53d4f2

Please sign in to comment.