From d0fe5800d807908fc6022c62faf3bdcbb31faba4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 1 Sep 2019 10:55:38 -0700 Subject: [PATCH] Format source code. --- .../app/server/SpringBootApacheGeodeCacheServerApplication.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-geode-docs/src/main/java/org/springframework/geode/docs/example/app/server/SpringBootApacheGeodeCacheServerApplication.java b/spring-geode-docs/src/main/java/org/springframework/geode/docs/example/app/server/SpringBootApacheGeodeCacheServerApplication.java index 923e2679..d52ea689 100644 --- a/spring-geode-docs/src/main/java/org/springframework/geode/docs/example/app/server/SpringBootApacheGeodeCacheServerApplication.java +++ b/spring-geode-docs/src/main/java/org/springframework/geode/docs/example/app/server/SpringBootApacheGeodeCacheServerApplication.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.docs.example.app.server; import org.springframework.boot.WebApplicationType;