Browse Source

Merge pull request #2236 from izeye/master

* pull2236:
  Remove unecessary semicolon
pull/2236/merge
Stephane Nicoll 11 years ago
parent
commit
79413bf9ef
  1. 2
      spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/mvc/HealthMvcEndpointTests.java

2
spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/mvc/HealthMvcEndpointTests.java

@ -49,7 +49,7 @@ public class HealthMvcEndpointTests { @@ -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;

Loading…
Cancel
Save