You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sh...@apache.org on 2019/06/14 11:29:07 UTC

[ignite] branch master updated: Minor: checkstyle fix.

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

shroman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new cbc648b  Minor: checkstyle fix.
cbc648b is described below

commit cbc648bd42c257ccc89e7f8dce7d30dad1a6e92d
Author: shroman <rs...@yahoo.com>
AuthorDate: Fri Jun 14 20:26:47 2019 +0900

    Minor: checkstyle fix.
---
 .../tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.java         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/kubernetes/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.java b/modules/kubernetes/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.java
index b24a972..1fcd70b 100644
--- a/modules/kubernetes/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.java
+++ b/modules/kubernetes/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.java
@@ -320,6 +320,8 @@ public class TcpDiscoveryKubernetesIpFinder extends TcpDiscoveryIpFinderAdapter
     private static class Subset {
         /** */
         public List<Address> addresses;
+
+        /** */
         public List<Address> notReadyAddresses;
     }