You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/09/08 15:45:07 UTC

[GitHub] [ignite] Mmuzaf commented on a change in pull request #9383: IGNITE-15467 Adds code style JavaDoc rule for maven checkstyle plugin.

Mmuzaf commented on a change in pull request #9383:
URL: https://github.com/apache/ignite/pull/9383#discussion_r704548062



##########
File path: modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java
##########
@@ -1677,10 +1677,11 @@ public int getNetworkCompressionLevel() {
     }
 
     /**
-     * Compression level for internal network messages.
+     * Sets compression level for internal network messages.
+     * @param netCompressionLevel Compression level for internal network messages.
      * <p>
      * If not provided, then default value
-     * Deflater.BEST_SPEED is used.
+     * {@link Deflater.BEST_SPEED} is used.

Review comment:
       ```suggestion
        * {@link Deflater#BEST_SPEED} is used.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org