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
605e9514
Commit
605e9514
authored
Oct 29, 2017
by
dreis2211
Committed by
Stephane Nicoll
Oct 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in ApplicationArguments and Library
Closes gh-10811
parent
fc3d25d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Library.java
...n/java/org/springframework/boot/loader/tools/Library.java
+1
-1
ApplicationArguments.java
...n/java/org/springframework/boot/ApplicationArguments.java
+1
-1
No files found.
spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/Library.java
View file @
605e9514
...
@@ -71,7 +71,7 @@ public class Library {
...
@@ -71,7 +71,7 @@ public class Library {
/**
/**
* Return the name of file as it should be written.
* Return the name of file as it should be written.
* @return the
n name.
* @return the
name
*/
*/
public
String
getName
()
{
public
String
getName
()
{
return
this
.
name
;
return
this
.
name
;
...
...
spring-boot/src/main/java/org/springframework/boot/ApplicationArguments.java
View file @
605e9514
...
@@ -34,7 +34,7 @@ public interface ApplicationArguments {
...
@@ -34,7 +34,7 @@ public interface ApplicationArguments {
String
[]
getSourceArgs
();
String
[]
getSourceArgs
();
/**
/**
* Return the
n
names of all option arguments. For example, if the arguments were
* Return the names of all option arguments. For example, if the arguments were
* "--foo=bar --debug" would return the values {@code ["foo", "debug"]}.
* "--foo=bar --debug" would return the values {@code ["foo", "debug"]}.
* @return the option names or an empty set
* @return the option names or an empty set
*/
*/
...
...
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