PatchScriptFactory: Don't mark primitive @Nullable
In this class we use -1 to indicate an unset value. Change-Id: I291ab75e92beb40e75e350752f0824cd74d1b98f
This commit is contained in:
@@ -94,7 +94,6 @@ public class PatchScriptFactory implements Callable<PatchScript> {
|
|||||||
private final String fileName;
|
private final String fileName;
|
||||||
@Nullable
|
@Nullable
|
||||||
private final PatchSet.Id psa;
|
private final PatchSet.Id psa;
|
||||||
@Nullable
|
|
||||||
private final int parentNum;
|
private final int parentNum;
|
||||||
private final PatchSet.Id psb;
|
private final PatchSet.Id psb;
|
||||||
private final DiffPreferencesInfo diffPrefs;
|
private final DiffPreferencesInfo diffPrefs;
|
||||||
|
|||||||
Reference in New Issue
Block a user