You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dg...@apache.org on 2019/01/19 08:31:33 UTC

[ignite] branch master updated: IGNITE-10777 Minor change, public modificator

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

dgovorukhin 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 b324c04  IGNITE-10777 Minor change, public modificator
b324c04 is described below

commit b324c049a96ced7692cff4b7ea0e4e549fcfed73
Author: Dmitriy Govorukhin <dm...@gmail.com>
AuthorDate: Tue Dec 25 14:01:50 2018 +0300

    IGNITE-10777 Minor change, public modificator
---
 .../ignite/spi/discovery/zk/ZookeeperDiscoverySpiTestConfigurator.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiTestConfigurator.java b/modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiTestConfigurator.java
index ac9b3d3..6efe740 100644
--- a/modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiTestConfigurator.java
+++ b/modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiTestConfigurator.java
@@ -38,7 +38,7 @@ public class ZookeeperDiscoverySpiTestConfigurator {
     /**
      * @throws Exception If failed.
      */
-    static void initTestSuite() throws Exception {
+    public static void initTestSuite() throws Exception {
         System.setProperty("H2_JDBC_CONNECTIONS", "500"); // For multi-jvm tests.
 
         System.setProperty("zookeeper.forceSync", "false");