Skip to content

Commit 9f35fd4

Browse files
author
james
committed
Empty code block should contain some explanation as to why they exist
1 parent 0462a5f commit 9f35fd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/bnc/sbjb/rest/DefaultErrorController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ public class DefaultErrorController implements ErrorController {
1414
@ResponseStatus(HttpStatus.NOT_FOUND)
1515
@RequestMapping(value = PATH)
1616
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.
1719
}
1820

1921
@Override

0 commit comments

Comments
 (0)