Commit dada7423 authored by Phillip Webb's avatar Phillip Webb

Polish

parent ec731442
...@@ -56,4 +56,5 @@ class HazelcastSessionConfiguration { ...@@ -56,4 +56,5 @@ class HazelcastSessionConfiguration {
} }
} }
} }
...@@ -511,7 +511,6 @@ public class ServerPropertiesTests { ...@@ -511,7 +511,6 @@ public class ServerPropertiesTests {
map.put("server.undertow.accesslog.dir", "test-logs"); map.put("server.undertow.accesslog.dir", "test-logs");
map.put("server.undertow.accesslog.rotate", "false"); map.put("server.undertow.accesslog.rotate", "false");
bindProperties(map); bindProperties(map);
UndertowEmbeddedServletContainerFactory container = spy( UndertowEmbeddedServletContainerFactory container = spy(
new UndertowEmbeddedServletContainerFactory()); new UndertowEmbeddedServletContainerFactory());
this.properties.getUndertow().customizeUndertow(this.properties, container); this.properties.getUndertow().customizeUndertow(this.properties, container);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment