Skip to content

Commit

Permalink
Add missing @Override annotations (compiler warning clean up)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 16, 2020
1 parent 9f25b35 commit 91f211e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ protected JsonProcessingException(Throwable rootCause) {
/**********************************************************
*/

@Override
public JsonLocation getLocation() { return _location; }

/**
Expand All @@ -66,6 +67,7 @@ protected JsonProcessingException(Throwable rootCause) {
*
* @since 2.1
*/
@Override
public String getOriginalMessage() { return super.getMessage(); }

/**
Expand All @@ -82,6 +84,7 @@ protected JsonProcessingException(Throwable rootCause) {
*
* @since 2.7
*/
@Override
public Object getProcessor() { return null; }

/*
Expand Down

0 comments on commit 91f211e

Please sign in to comment.