only:canning toolset
This commit is contained in:
parent
b0c4ef7274
commit
cf3b354377
|
@ -0,0 +1,4 @@
|
|||
package com.rusefi.tools.tune;
|
||||
|
||||
public class HdTuneCanToolRunner {
|
||||
}
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue