Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Dec 14, 2023
1 parent 8d5175b commit 5a385a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You need to consider the following restrictions when working with a Spring Boot
* Zip entry compression:
The `ZipEntry` for a nested jar must be saved by using the `ZipEntry.STORED` method.
This is required so that we can seek directly to individual content within the nested jar.
The content of the nested jar file itself can still be compressed, as can any other entries in the outer jar.
The content of the nested jar file itself can still be compressed, as can any other entry in the outer jar.



Expand Down

0 comments on commit 5a385a4

Please sign in to comment.