PatchScript: Remove unused 'changeId' field

Change-Id: I1c06cf59e3f1de24c3f4317b7747d697a0f91144
This commit is contained in:
Alice Kober-Sotzek
2020-04-01 18:21:43 +02:00
parent de19c2af94
commit 7c49c01fc6
4 changed files with 0 additions and 17 deletions

View File

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