You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2021/07/09 11:01:34 UTC

[ignite] branch master updated: IGNITE-14893 Fixed checkstyle.

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

sk0x50 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 8d3a841  IGNITE-14893 Fixed checkstyle.
8d3a841 is described below

commit 8d3a841aae8e9708f2472e5a8e93d23faff337f6
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Fri Jul 9 14:00:58 2021 +0300

    IGNITE-14893 Fixed checkstyle.
---
 .../apache/ignite/cache/ReleaseSegmentOnHistoricalRebalanceTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/src/test/java/org/apache/ignite/cache/ReleaseSegmentOnHistoricalRebalanceTest.java b/modules/core/src/test/java/org/apache/ignite/cache/ReleaseSegmentOnHistoricalRebalanceTest.java
index cbd476b..e82579a 100644
--- a/modules/core/src/test/java/org/apache/ignite/cache/ReleaseSegmentOnHistoricalRebalanceTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/cache/ReleaseSegmentOnHistoricalRebalanceTest.java
@@ -317,7 +317,7 @@ public class ReleaseSegmentOnHistoricalRebalanceTest extends GridCommonAbstractT
      * @param cache Cache.
      * @param spy Spy.
      */
-    private void offheapManager(IgniteInternalCache<? ,?> cache, GridCacheOffheapManager spy) {
+    private void offheapManager(IgniteInternalCache<?, ?> cache, GridCacheOffheapManager spy) {
         setFieldValue(cache.context().group(), "offheapMgr", spy);
     }