You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tl...@apache.org on 2020/05/12 16:04:16 UTC

[ignite] branch sk0x50-test-branch updated: Minor: fix code style

This is an automated email from the ASF dual-hosted git repository.

tledkov pushed a commit to branch sk0x50-test-branch
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/sk0x50-test-branch by this push:
     new 54b0bbc  Minor: fix code style
54b0bbc is described below

commit 54b0bbcb042679eb418863bc678b37ecd0ac9fa7
Author: tledkov <tl...@gridgain.com>
AuthorDate: Tue May 12 19:03:47 2020 +0300

    Minor: fix code style
---
 .../ignite/internal/processors/cache/binary/BinaryMetadataTransport.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/BinaryMetadataTransport.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/BinaryMetadataTransport.java
index 7b89632..de313ca 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/BinaryMetadataTransport.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/BinaryMetadataTransport.java
@@ -542,7 +542,6 @@ final class BinaryMetadataTransport {
      *
      */
     private final class MetadataUpdateAcceptedListener implements CustomEventListener<MetadataUpdateAcceptedMessage> {
-
         /** {@inheritDoc} */
         @Override public void onCustomEvent(AffinityTopologyVersion topVer, ClusterNode snd,
             MetadataUpdateAcceptedMessage msg) {