We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed970c commit d6449a4Copy full SHA for d6449a4
1 file changed
memex/templates/controller/Controller.java.template
@@ -96,7 +96,7 @@ public class __className__Controller {
96
return new ResponseEntity<>(returnValue, HttpStatus.MULTI_STATUS);
97
} catch (Exception e) {
98
LOG.error(e.getMessage());
99
- }
+ }
100
return ResponseEntity.status(HttpStatus.INTERNAL_SERVER_ERROR).build();
101
}
102
0 commit comments