Fix javadoc.
This commit is contained in:
@@ -20,7 +20,8 @@ import org.springframework.web.bind.annotation.ResponseStatus;
|
||||
|
||||
import static org.springframework.http.HttpStatus.SERVICE_UNAVAILABLE;
|
||||
|
||||
@ResponseStatus(value = SERVICE_UNAVAILABLE, reason = "Upstream service is temporarily unavailable")
|
||||
@ResponseStatus(value = SERVICE_UNAVAILABLE,
|
||||
reason = "Upstream service is temporarily unavailable")
|
||||
public class ServiceUnavailableException extends Exception {
|
||||
|
||||
public ServiceUnavailableException() {
|
||||
@@ -32,7 +33,7 @@ public class ServiceUnavailableException extends Exception {
|
||||
|
||||
/**
|
||||
* Disables fillInStackTrace for performance reasons.
|
||||
* @return
|
||||
* @return this
|
||||
*/
|
||||
@Override
|
||||
public synchronized Throwable fillInStackTrace() {
|
||||
|
||||
@@ -33,7 +33,7 @@ public class TimeoutException extends Exception {
|
||||
|
||||
/**
|
||||
* Disables fillInStackTrace for performance reasons.
|
||||
* @return
|
||||
* @return this
|
||||
*/
|
||||
@Override
|
||||
public synchronized Throwable fillInStackTrace() {
|
||||
|
||||
Reference in New Issue
Block a user