Skip to content

Commit

Permalink
android/IjkMediaFormat: suppress lint warning SameReturnValue
Browse files Browse the repository at this point in the history
  • Loading branch information
bbcallen committed Nov 26, 2015
1 parent 9581b1c commit d5de13d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public String format(IjkMediaFormat mediaFormat) {

protected abstract String doFormat(IjkMediaFormat mediaFormat);

@SuppressWarnings("SameReturnValue")
protected String getDefaultString() {
return "N/A";
}
Expand Down

0 comments on commit d5de13d

Please sign in to comment.