File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ need to read all entry data into memory.
124
124
==== Compatibility with the standard Java "`JarFile`"
125
125
Spring Boot Loader strives to remain compatible with existing code and libraries.
126
126
`org.springframework.boot.loader.jar.JarFile` extends from `java.util.jar.JarFile` and
127
- should work as a drop-in replacement. The `RandomAccessJarFile. getURL()` method will
128
- return a `URL` that opens a `java.net.JarURLConnection` compatible connection.
129
- `RandomAccessJarFile` URLs can be used with Java's ` URLClassLoader`.
127
+ should work as a drop-in replacement. The `getURL()` method will return a `URL` that
128
+ opens a `java.net.JarURLConnection` compatible connection and can be used with Java's
129
+ `URLClassLoader`.
130
130
131
131
132
132
You can’t perform that action at this time.
0 commit comments