You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/LayersIndex.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
/**
35
35
* Index describing the layer to which each entry in a jar belongs. Index files are simple
36
36
* text files that should be read from top to bottom. Each file defines the layers and
37
-
* their content. Layers names are written as quoted strings prefixed by a dash space
37
+
* their content. Layer names are written as quoted strings prefixed by a dash space
38
38
* ({@code "- "}) and with a colon ({@code ":"}) suffix. Layer content is either a file or
39
39
* folder name written as a quoted string prefixed by space space dash space
40
40
* ({@code " - "}). A folder name ends with {@code /}, a file name does not. When a
0 commit comments