From dada7423b022f477ce939e134f139403e13c8546 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 28 Nov 2016 15:40:08 -0800 Subject: [PATCH] Polish --- .../autoconfigure/session/HazelcastSessionConfiguration.java | 1 + .../boot/autoconfigure/web/ServerPropertiesTests.java | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/session/HazelcastSessionConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/session/HazelcastSessionConfiguration.java index 9dc6d56bda..d2726fef2f 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/session/HazelcastSessionConfiguration.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/session/HazelcastSessionConfiguration.java @@ -56,4 +56,5 @@ class HazelcastSessionConfiguration { } } + } diff --git a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/ServerPropertiesTests.java b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/ServerPropertiesTests.java index 13a4f4f17b..deb95eb1f9 100644 --- a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/ServerPropertiesTests.java +++ b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/ServerPropertiesTests.java @@ -511,7 +511,6 @@ public class ServerPropertiesTests { map.put("server.undertow.accesslog.dir", "test-logs"); map.put("server.undertow.accesslog.rotate", "false"); bindProperties(map); - UndertowEmbeddedServletContainerFactory container = spy( new UndertowEmbeddedServletContainerFactory()); this.properties.getUndertow().customizeUndertow(this.properties, container);