apply new code formatter and save action
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user