Remove unecessary semicolon

This commit is contained in:
izeye
2014-12-26 13:51:59 +09:00
committed by Stephane Nicoll
parent 98135c964b
commit bff41358bf

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;