Skip to content

Commit a1b8776

Browse files
committed
Fix PropertiesLauncher javadoc
See gh-3392
1 parent 441049c commit a1b8776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* <ul>
6464
* <li><code>loader.path</code>: a comma-separated list of directories to append to the
6565
* classpath (containing file resources and/or nested archives in *.jar or *.zip).
66-
* Defaults to <code>lib</code> (i.e. a directory in the current working directory)</li>
66+
* Defaults to <code>lib</code> in your application archive</li>
6767
* <li><code>loader.main</code>: the main method to delegate execution to once the class
6868
* loader is set up. No default, but will fall back to looking for a
6969
* <code>Start-Class</code> in a <code>MANIFEST.MF</code>, if there is one in

0 commit comments

Comments
 (0)