PAN-50 Addressed Brittany's comment about my typo

This commit is contained in:
2019-03-13 21:57:36 -06:00
parent 64dd8397cc
commit 47dd67623e
@@ -70,7 +70,7 @@ public class TheoremController {
ResponseEntity<List<TheoremDto>> getAllTheoremsByProvenStatus(@PathVariable("proven_status") final Boolean provenStatus) {
LOG.info("Received request to query for theorems whose proven status is " + provenStatus);
if (provenStatus == null) {
LOG.error("ERROR: branch was null");
LOG.error("ERROR: status was null");
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
}