Commit 79413bf9 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #2236 from izeye/master

* pull2236:
  Remove unecessary semicolon
parents 98135c96 bff41358
...@@ -49,7 +49,7 @@ public class HealthMvcEndpointTests { ...@@ -49,7 +49,7 @@ public class HealthMvcEndpointTests {
private static final PropertySource<?> NON_SENSITIVE = new MapPropertySource("test", private static final PropertySource<?> NON_SENSITIVE = new MapPropertySource("test",
Collections.<String, Object> singletonMap("endpoints.health.sensitive", Collections.<String, Object> singletonMap("endpoints.health.sensitive",
"false"));; "false"));
private HealthEndpoint endpoint = null; private HealthEndpoint endpoint = null;
......
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