Browse Source

Fix typo

pull/19913/head
Madhura Bhave 6 years ago
parent
commit
1d62debf11
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/main/java/org/springframework/boot/jarmode/layertools/ListCommand.java

2
spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/main/java/org/springframework/boot/jarmode/layertools/ListCommand.java

@ -21,7 +21,7 @@ import java.util.List; @@ -21,7 +21,7 @@ import java.util.List;
import java.util.Map;
/**
* The {@code 'list-layers'} tools command.
* The {@code 'list'} tools command.
*
* @author Phillip Webb
*/

Loading…
Cancel
Save