mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e80331beef | ||
|
|
a5fce22b95 |
2
pom.xml
2
pom.xml
@@ -138,7 +138,7 @@
|
|||||||
<winShortcut>false</winShortcut>
|
<winShortcut>false</winShortcut>
|
||||||
<winMenu>false</winMenu>
|
<winMenu>false</winMenu>
|
||||||
<javaOptions>
|
<javaOptions>
|
||||||
<javaOption>-Dlog4j2.configurationFile=log4j2-windows.yaml</javaOption>
|
<javaOption>-Dlog4j2.configurationFile=log4j2-windows.yml</javaOption>
|
||||||
</javaOptions>
|
</javaOptions>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ public abstract class AttributeUpdater {
|
|||||||
executor.awaitTermination(1, TimeUnit.DAYS);
|
executor.awaitTermination(1, TimeUnit.DAYS);
|
||||||
}
|
}
|
||||||
|
|
||||||
lastExecutionHandler.persist();
|
if (lastExecutionHandler != null) lastExecutionHandler.persist();
|
||||||
|
|
||||||
statistic.stopTimer();
|
statistic.stopTimer();
|
||||||
statistic.print();
|
statistic.print();
|
||||||
|
|||||||
Reference in New Issue
Block a user