Browse Source

Fix formatting

pull/25048/head
Madhura Bhave 5 years ago
parent
commit
9a32f67802
  1. 4
      spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/main/java/org/springframework/boot/jarmode/layertools/Context.java

4
spring-boot-project/spring-boot-tools/spring-boot-jarmode-layertools/src/main/java/org/springframework/boot/jarmode/layertools/Context.java

@ -130,8 +130,8 @@ class Context { @@ -130,8 +130,8 @@ class Context {
}
/**
* Return the directory relative to {@link #getWorkingDir()} that contains the archive or
* {@code null} if none relative directory can be deduced.
* Return the directory relative to {@link #getWorkingDir()} that contains the archive
* or {@code null} if none relative directory can be deduced.
* @return the relative dir ending in {@code /} or {@code null}
*/
String getRelativeArchiveDir() {

Loading…
Cancel
Save