You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2017/05/04 18:38:09 UTC

[54/54] [abbrv] geode git commit: fixup

fixup


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/24786c82
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/24786c82
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/24786c82

Branch: refs/heads/feature/GEODE-2632-10
Commit: 24786c82cf73a7fea5b3050d9219a3bc5d4a6364
Parents: 6302736
Author: Kirk Lund <kl...@apache.org>
Authored: Wed May 3 16:36:41 2017 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed May 3 17:06:26 2017 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/geode/cache/client/ClientCacheFactory.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/24786c82/geode-core/src/main/java/org/apache/geode/cache/client/ClientCacheFactory.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/org/apache/geode/cache/client/ClientCacheFactory.java b/geode-core/src/main/java/org/apache/geode/cache/client/ClientCacheFactory.java
index 357556e..0d678ca 100644
--- a/geode-core/src/main/java/org/apache/geode/cache/client/ClientCacheFactory.java
+++ b/geode-core/src/main/java/org/apache/geode/cache/client/ClientCacheFactory.java
@@ -14,7 +14,6 @@
  */
 package org.apache.geode.cache.client;
 
-import static org.apache.commons.lang.StringUtils.isEmpty;
 import static org.apache.geode.distributed.ConfigurationProperties.*;
 
 import java.util.Properties;