Suppress warning

This commit is contained in:
stom79 2017-12-08 06:46:23 +01:00
parent 5fd2e9c39c
commit 4181d8e571
1 changed files with 1 additions and 1 deletions

View File

@ -1402,7 +1402,7 @@ public abstract class BaseMainActivity extends AppCompatActivity
return bookmark;
}
public void setBookmark(String bookmark) {
public void setBookmark(@SuppressWarnings("SameParameterValue") String bookmark) {
this.bookmark = bookmark;
}