This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a commit to branch feature/GEODE-4148
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-4148 by this
push:
new 1e4d77a removed unused import
1e4d77a is described below
commit 1e4d77af69aa53cf05f49981259a5ff9314d5021
Author: Bruce Schuchardt <[email protected]>
AuthorDate: Mon Jan 8 08:42:10 2018 -0800
removed unused import
---
.../java/org/apache/geode/distributed/internal/LocatorLoadSnapshot.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/geode-core/src/main/java/org/apache/geode/distributed/internal/LocatorLoadSnapshot.java
b/geode-core/src/main/java/org/apache/geode/distributed/internal/LocatorLoadSnapshot.java
index 4d261b4..353fad9 100644
---
a/geode-core/src/main/java/org/apache/geode/distributed/internal/LocatorLoadSnapshot.java
+++
b/geode-core/src/main/java/org/apache/geode/distributed/internal/LocatorLoadSnapshot.java
@@ -32,7 +32,6 @@ import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.TimeUnit;
-import java.util.concurrent.atomic.AtomicBoolean;
import org.apache.geode.cache.server.ServerLoad;
import org.apache.geode.cache.wan.GatewayReceiver;
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].