Fix inspection warnings: fields may be final

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2020-12-12 18:03:46 +01:00 committed by Ziegenberg, Daniel
parent 6110dacc89
commit 2e88014d56

View file

@ -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;