de4a-eu / de4a

DE4A WP5 Connector
Apache License 2.0
2 stars 5 forks source link

IdkApiController.ialCanonicalEvidenceTypeIdCountryCodeGet errors #33

Closed phax closed 3 years ago

phax commented 3 years ago

The named method ialCanonicalEvidenceTypeIdCountryCodeGet is missing a few return statements. So instead of

new ResponseEntity<>(HttpStatus.BAD_REQUEST);

I assume it should read

return new ResponseEntity<>(HttpStatus.BAD_REQUEST);