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
f1852191
Commit
f1852191
authored
Oct 30, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10811 from dreis2211:typo-fixes-documentation
* pr/10811: Fix typos in ApplicationArguments and Library
parents
fc3d25d7
605e9514
Changes
2
Hide 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 @
f1852191
...
...
@@ -71,7 +71,7 @@ public class Library {
/**
* Return the name of file as it should be written.
* @return the
n name.
* @return the
name
*/
public
String
getName
()
{
return
this
.
name
;
...
...
spring-boot/src/main/java/org/springframework/boot/ApplicationArguments.java
View file @
f1852191
...
...
@@ -34,7 +34,7 @@ public interface ApplicationArguments {
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"]}.
* @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