Merge pull request #2236 from izeye/master

* pull2236:
  Remove unecessary semicolon
This commit is contained in:
Stephane Nicoll 2014-12-26 11:11:24 +01:00
commit 79413bf9ef
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class HealthMvcEndpointTests {
private static final PropertySource<?> NON_SENSITIVE = new MapPropertySource("test",
Collections.<String, Object> singletonMap("endpoints.health.sensitive",
"false"));;
"false"));
private HealthEndpoint endpoint = null;