From 23ef8070117724df051bdcf3c90f46824a2a8c35 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 13 Aug 2019 16:12:01 -0700 Subject: [PATCH] Format source code. --- .../web/http/AbstractGemFireHttpSessionConfiguration.java | 2 +- .../annotation/web/http/GemFireHttpSessionConfiguration.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/config/annotation/web/http/AbstractGemFireHttpSessionConfiguration.java b/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/config/annotation/web/http/AbstractGemFireHttpSessionConfiguration.java index 231b825..b389f2c 100644 --- a/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/config/annotation/web/http/AbstractGemFireHttpSessionConfiguration.java +++ b/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/config/annotation/web/http/AbstractGemFireHttpSessionConfiguration.java @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.springframework.session.data.gemfire.config.annotation.web.http; import static org.springframework.data.gemfire.util.RuntimeExceptionFactory.newIllegalStateException; @@ -362,6 +361,7 @@ public abstract class AbstractGemFireHttpSessionConfiguration extends SpringHttp String resolvedPropertyName = environment.resolveRequiredPlaceholders(propertyName); return environment.getProperty(resolvedPropertyName, targetType, defaultValue); + }) .orElse(defaultValue); } diff --git a/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/config/annotation/web/http/GemFireHttpSessionConfiguration.java b/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/config/annotation/web/http/GemFireHttpSessionConfiguration.java index 06f91fe..a1af470 100644 --- a/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/config/annotation/web/http/GemFireHttpSessionConfiguration.java +++ b/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/config/annotation/web/http/GemFireHttpSessionConfiguration.java @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.springframework.session.data.gemfire.config.annotation.web.http; import static org.springframework.data.gemfire.util.RuntimeExceptionFactory.newIllegalArgumentException;