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-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/servlet/WebMvcMetricsFilter.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/JarFileEntries.java
+31-16Lines changed: 31 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@
34
34
35
35
/**
36
36
* Provides access to entries from a {@link JarFile}. In order to reduce memory
37
-
* consumption entry details are stored using int arrays. The {@code hashCodes} array
38
-
* stores the hash code of the entry name, the {@code centralDirectoryOffsets} provides
39
-
* the offset to the central directory record and {@code positions} provides the original
37
+
* consumption entry details are stored using arrays. The {@code hashCodes} array stores
38
+
* the hash code of the entry name, the {@code centralDirectoryOffsets} provides the
39
+
* offset to the central directory record and {@code positions} provides the original
40
40
* order position of the entry. The arrays are stored in hashCode order so that a binary
41
41
* search can be used to find a name.
42
42
* <p>
@@ -120,7 +120,7 @@ public void visitStart(CentralDirectoryEndRecord endRecord, RandomAccessData cen
0 commit comments