mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-18 15:17:06 -05:00
PMD: Enable and obey ImmutableField
This commit is contained in:
@@ -7,7 +7,7 @@ import org.fdroid.fdroid.R;
|
||||
|
||||
public class MockFDroidResources extends MockResources {
|
||||
|
||||
private Context getStringDelegatingContext;
|
||||
private final Context getStringDelegatingContext;
|
||||
|
||||
public MockFDroidResources(Context getStringDelegatingContext) {
|
||||
this.getStringDelegatingContext = getStringDelegatingContext;
|
||||
|
||||
Reference in New Issue
Block a user