Skip to content

Commit 25e0fa3

Browse files
Copilotriccardobl
andauthored
Clarify ZIP compression level semantics in documentation
Agent-Logs-Url: https://github.com/jMonkeyEngine/jmonkeyengine/sessions/52dd3a6c-82f7-4d23-8ba2-a85f8b13e5ac Co-authored-by: riccardobl <4943530+riccardobl@users.noreply.github.com>
1 parent 1ae7168 commit 25e0fa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jme3-networking/src/main/java/com/jme3/network/message/ZIPCompressedMessage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ public ZIPCompressedMessage(Message msg, int level) {
7373

7474
/**
7575
* Set the default compression level for newly created ZIP compressed messages,
76-
* where 1 is the best compression but slower and 9 is the weakest compression
77-
* but the quickest. Default is 6.
76+
* where 1 is the weakest compression but quickest and 9 is the best
77+
* compression but slowest. Default is 6.
7878
*
7979
* @param level The level.
8080
*/

0 commit comments

Comments
 (0)