You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2019/02/20 23:47:05 UTC

[geode] branch release/1.9.0 updated: GEODE-6424: Fixes spotless

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

jbarrett pushed a commit to branch release/1.9.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.9.0 by this push:
     new 6f74c38  GEODE-6424: Fixes spotless
6f74c38 is described below

commit 6f74c38882a108df365c1735db06a81825979157
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Wed Feb 20 15:46:42 2019 -0800

    GEODE-6424: Fixes spotless
---
 .../main/java/org/apache/geode/internal/statistics/StatisticsImpl.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/statistics/StatisticsImpl.java b/geode-core/src/main/java/org/apache/geode/internal/statistics/StatisticsImpl.java
index f553396..58fec67 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/statistics/StatisticsImpl.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/statistics/StatisticsImpl.java
@@ -26,8 +26,6 @@ import org.apache.logging.log4j.Logger;
 import org.apache.geode.StatisticDescriptor;
 import org.apache.geode.Statistics;
 import org.apache.geode.StatisticsType;
-import org.apache.geode.annotations.internal.MutableForTesting;
-import org.apache.geode.internal.concurrent.Atomics;
 import org.apache.geode.internal.logging.LogService;
 import org.apache.geode.internal.util.concurrent.CopyOnWriteHashMap;