pull/3551/merge
Stephane Nicoll 9 years ago
parent 434f528e0a
commit 16dac01886

@ -34,7 +34,7 @@ import org.springframework.http.ResponseEntity;
*/
public interface MvcEndpoint {
public static final ResponseEntity<Map<String, String>> DISABLED_RESPONSE = new ResponseEntity<Map<String, String>>(
ResponseEntity<Map<String, String>> DISABLED_RESPONSE = new ResponseEntity<Map<String, String>>(
Collections.singletonMap("message", "This endpoint is disabled"),
HttpStatus.NOT_FOUND);

Loading…
Cancel
Save