only:canning toolset

This commit is contained in:
rusefillc 2024-06-08 21:35:11 -04:00
parent b0c4ef7274
commit cf3b354377
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
package com.rusefi.tools.tune;
public class HdTuneCanToolRunner {
}

View File

@ -114,7 +114,7 @@ public class TuneCanTool implements TuneCanToolConstants {
// localFileName, cannedComment);
// }
private static void writeDiffBetweenLocalTuneFileAndDefaultTune(String vehicleName, String defaultTuneFileName, String customTuneFileName, String cannedComment, String methodNamePrefix) throws JAXBException, IOException {
public static void writeDiffBetweenLocalTuneFileAndDefaultTune(String vehicleName, String defaultTuneFileName, String customTuneFileName, String cannedComment, String methodNamePrefix) throws JAXBException, IOException {
new File(REPORTS_OUTPUT_FOLDER).mkdir();
Msq customTune = Msq.readTune(customTuneFileName);