From 2fc6a28de29b88541c3dee8e92c743deac619373 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 3 Sep 2019 14:39:52 -0700 Subject: [PATCH] Format source code; Optimize imports. --- .../springframework/geode/config/annotation/UseLocators.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode/src/main/java/org/springframework/geode/config/annotation/UseLocators.java b/spring-geode/src/main/java/org/springframework/geode/config/annotation/UseLocators.java index e020ceef..f51ee0d4 100644 --- a/spring-geode/src/main/java/org/springframework/geode/config/annotation/UseLocators.java +++ b/spring-geode/src/main/java/org/springframework/geode/config/annotation/UseLocators.java @@ -13,7 +13,6 @@ * or implied. See the License for the specific language governing * permissions and limitations under the License. */ - package org.springframework.geode.config.annotation; import static org.springframework.geode.config.annotation.LocatorsConfiguration.DEFAULT_LOCATORS; @@ -27,6 +26,7 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import org.apache.geode.cache.Cache; + import org.springframework.context.annotation.Import; import org.springframework.core.annotation.AliasFor;