Fix inspection warnings: fields may be final
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
6110dacc89
commit
2e88014d56
1 changed files with 2 additions and 2 deletions
|
@ -363,8 +363,8 @@ public class EntryThumbnail {
|
|||
Zoho(R.drawable.thumb_zoho),
|
||||
Zoom(R.drawable.thumb_zoom);
|
||||
|
||||
private int resource;
|
||||
private AssetType assetType;
|
||||
private final int resource;
|
||||
private final AssetType assetType;
|
||||
|
||||
EntryThumbnails(int resource) {
|
||||
this.resource = resource;
|
||||
|
|
Loading…
Reference in a new issue