Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
4f824bf9
Commit
4f824bf9
authored
Feb 17, 2020
by
dreis2211
Committed by
Stephane Nicoll
Feb 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicate words
See gh-20210
parent
dcbbe20d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Errors.java
...pringframework/boot/buildpack/platform/docker/Errors.java
+1
-1
ExecutableArchiveLauncher.java
...pringframework/boot/loader/ExecutableArchiveLauncher.java
+1
-1
LaunchedURLClassLoader.java
...g/springframework/boot/loader/LaunchedURLClassLoader.java
+1
-1
No files found.
spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/Errors.java
View file @
4f824bf9
...
@@ -53,7 +53,7 @@ public class Errors implements Iterable<Errors.Error> {
...
@@ -53,7 +53,7 @@ public class Errors implements Iterable<Errors.Error> {
}
}
/**
/**
* Return if the
the
re are any contained errors.
* Return if there are any contained errors.
* @return if the errors are empty
* @return if the errors are empty
*/
*/
public
boolean
isEmpty
()
{
public
boolean
isEmpty
()
{
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/ExecutableArchiveLauncher.java
View file @
4f824bf9
...
@@ -127,7 +127,7 @@ public abstract class ExecutableArchiveLauncher extends Launcher {
...
@@ -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
* @param entry the entry to check
* @return {@code true} if the entry is a candidate for further searching
* @return {@code true} if the entry is a candidate for further searching
*/
*/
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/LaunchedURLClassLoader.java
View file @
4f824bf9
...
@@ -59,7 +59,7 @@ public class LaunchedURLClassLoader extends URLClassLoader {
...
@@ -59,7 +59,7 @@ public class LaunchedURLClassLoader extends URLClassLoader {
/**
/**
* Create a new {@link LaunchedURLClassLoader} instance.
* 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 urls the URLs from which to load classes and resources
* @param parent the parent class loader for delegation
* @param parent the parent class loader for delegation
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment