apply new code formatter and save action

This commit is contained in:
2019-11-24 10:20:43 +01:00
parent 5ea82c6a4c
commit 06b379494f
184 changed files with 13455 additions and 13489 deletions

View File

@@ -6,9 +6,9 @@ import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value = HttpStatus.SERVICE_UNAVAILABLE, reason = "Service Unavailable")
public class ServiceUnavailableException extends RuntimeException {
private static final long serialVersionUID = -4512668277873760500L;
private static final long serialVersionUID = -4512668277873760500L;
public ServiceUnavailableException(String message) {
super(message);
}
public ServiceUnavailableException(String message) {
super(message);
}
}