Skip to content

Commit f185219

Browse files
committed
Merge pull request #10811 from dreis2211:typo-fixes-documentation
* pr/10811: Fix typos in ApplicationArguments and Library
2 parents fc3d25d + 605e951 commit f185219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/Library.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public Library(String name, File file, LibraryScope scope, boolean unpackRequire
7171

7272
/**
7373
* Return the name of file as it should be written.
74-
* @return then name.
74+
* @return the name
7575
*/
7676
public String getName() {
7777
return this.name;

spring-boot/src/main/java/org/springframework/boot/ApplicationArguments.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public interface ApplicationArguments {
3434
String[] getSourceArgs();
3535

3636
/**
37-
* Return then names of all option arguments. For example, if the arguments were
37+
* Return the names of all option arguments. For example, if the arguments were
3838
* "--foo=bar --debug" would return the values {@code ["foo", "debug"]}.
3939
* @return the option names or an empty set
4040
*/

0 commit comments

Comments
 (0)