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

[ignite] branch master updated: IGNITE-12420 Fix broken the Check Code Style suite - Fixes #7105.

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

alexpl 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 9f3b915  IGNITE-12420 Fix broken the Check Code Style suite - Fixes #7105.
9f3b915 is described below

commit 9f3b9154ee0cca6d0fcdb372552d637477219b51
Author: NSAmelchev <ns...@gmail.com>
AuthorDate: Thu Dec 5 19:03:10 2019 +0300

    IGNITE-12420 Fix broken the Check Code Style suite - Fixes #7105.
    
    Signed-off-by: Aleksey Plekhanov <pl...@gmail.com>
---
 .../internal/processors/cache/index/AbstractIndexingCommonTest.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/AbstractIndexingCommonTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/AbstractIndexingCommonTest.java
index 99694dd..581f1b8 100644
--- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/AbstractIndexingCommonTest.java
+++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/AbstractIndexingCommonTest.java
@@ -25,7 +25,6 @@ import java.util.concurrent.ConcurrentHashMap;
 import java.util.concurrent.CountDownLatch;
 import java.util.stream.Collectors;
 import org.apache.ignite.IgniteCheckedException;
-import org.apache.ignite.IgniteException;
 import org.apache.ignite.internal.IgniteEx;
 import org.apache.ignite.internal.processors.cache.GridCacheContext;
 import org.apache.ignite.internal.processors.cache.IgniteInternalCache;