diff --git a/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/PropertiesLauncher.java b/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/PropertiesLauncher.java index 75f0f16c65c..7c05ee138a7 100644 --- a/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/PropertiesLauncher.java +++ b/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/PropertiesLauncher.java @@ -63,7 +63,7 @@ import org.springframework.boot.loader.util.SystemPropertyUtils; *
loader.path: a comma-separated list of directories to append to the
* classpath (containing file resources and/or nested archives in *.jar or *.zip).
- * Defaults to lib (i.e. a directory in the current working directory)lib in your application archive
* loader.main: the main method to delegate execution to once the class
* loader is set up. No default, but will fall back to looking for a
* Start-Class in a MANIFEST.MF, if there is one in