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:08:44 UTC

[ignite] branch ignite-2.8 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 ignite-2.8
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-2.8 by this push:
     new a9361ae  IGNITE-12420 Fix broken the Check Code Style suite - Fixes #7105.
a9361ae is described below

commit a9361ae0de48d104f70af646cf9a7eac427d2664
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>
    (cherry picked from commit 9f3b9154ee0cca6d0fcdb372552d637477219b51)
---
 .../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;