forked from Qortal/qortal
Fixed unused variable issue
This commit is contained in:
parent
bedb87674b
commit
8515112811
@ -127,7 +127,7 @@ public class ArbitraryDataCombiner {
|
|||||||
|
|
||||||
private void process() throws IOException {
|
private void process() throws IOException {
|
||||||
String patchType = metadata.getPatchType();
|
String patchType = metadata.getPatchType();
|
||||||
ArbitraryDataMerge merge = new ArbitraryDataMerge(this.pathBefore, this.pathAfter, metadata.getPatchType());
|
ArbitraryDataMerge merge = new ArbitraryDataMerge(this.pathBefore, this.pathAfter, patchType);
|
||||||
merge.compute();
|
merge.compute();
|
||||||
this.finalPath = merge.getMergePath();
|
this.finalPath = merge.getMergePath();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user