PatchScript: Remove unused 'changeId' field
Change-Id: I1c06cf59e3f1de24c3f4317b7747d697a0f91144
This commit is contained in:
@@ -132,7 +132,6 @@ public class PatchScriptFactoryForAutoFix implements Callable<PatchScript> {
|
||||
|
||||
private PatchScriptBuilder newBuilder() {
|
||||
PatchScriptBuilder b = builderFactory.get();
|
||||
b.setChange(notes.getChange());
|
||||
b.setDiffPrefs(diffPrefs);
|
||||
return b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user