We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0462a5f commit 9f35fd4Copy full SHA for 9f35fd4
src/main/java/com/bnc/sbjb/rest/DefaultErrorController.java
@@ -14,6 +14,8 @@ public class DefaultErrorController implements ErrorController {
14
@ResponseStatus(HttpStatus.NOT_FOUND)
15
@RequestMapping(value = PATH)
16
public void error() {
17
+ // Blank method since we don't need to do anything to handle unknown paths.
18
+ // Any forked service may choose to handle some requests differently.
19
}
20
21
@Override
0 commit comments