Skip to content

Commit

Permalink
Issue #921: Added missing Override annotation.
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Jan 13, 2021
1 parent dcc6085 commit 0501989
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -210,6 +210,7 @@ default HttpStatusCode getStatusCode() {
* @return the HTTP status.
* @since 2.0.0
*/
@Override
HttpStatus getHttpStatus();

/**
Expand Down

0 comments on commit 0501989

Please sign in to comment.