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 2020/03/27 07:57:56 UTC

[GitHub] [ignite] ivandasch commented on a change in pull request #7578: IGNITE-12841 @Override must be on the same line as a method

ivandasch commented on a change in pull request #7578: IGNITE-12841 @Override must be on the same line as a method
URL: https://github.com/apache/ignite/pull/7578#discussion_r399086275
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/processors/configuration/distributed/DistributedConfigurationProcessor.java
 ##########
 @@ -236,9 +236,8 @@ private void doClusterWideUpdate(DistributedChangeableProperty prop) {
                 return distributedMetastorage.writeAsync(toMetaStorageKey(key), newValue);
             }
 
-            @Override
-            public GridFutureAdapter<?> casUpdate(String key, Serializable expectedValue, Serializable newValue)
-                throws IgniteCheckedException {
+            @Override public GridFutureAdapter<?> casUpdate(String key, Serializable expectedValue,
 
 Review comment:
   According to codestyle, each arguments must be on a new line.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services