only: dead?!

This commit is contained in:
rusefillc 2024-01-31 09:00:58 -05:00
parent 6066870836
commit 8896f05520
2 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,8 @@ import java.io.FileNotFoundException;
import static com.rusefi.maintenance.StLinkFlasher.TITLE; import static com.rusefi.maintenance.StLinkFlasher.TITLE;
/** /**
* DEAD?!
*
* Andrey Belomutskiy, (c) 2013-2020 * Andrey Belomutskiy, (c) 2013-2020
*/ */
public class EraseChip { public class EraseChip {

View File

@ -1,7 +1,6 @@
package com.rusefi.maintenance; package com.rusefi.maintenance;
import com.devexperts.logging.Logging; import com.devexperts.logging.Logging;
import com.rusefi.ConsoleUI;
import com.rusefi.FileLog; import com.rusefi.FileLog;
import com.rusefi.models.Utils; import com.rusefi.models.Utils;
import com.rusefi.ui.util.URLLabel; import com.rusefi.ui.util.URLLabel;
@ -12,7 +11,6 @@ import java.io.BufferedReader;
import java.io.IOException; import java.io.IOException;
import java.io.InputStreamReader; import java.io.InputStreamReader;
import java.net.URL; import java.net.URL;
import java.util.Date;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
@ -21,6 +19,9 @@ import static com.rusefi.Launcher.*;
import static com.rusefi.core.preferences.storage.PersistentConfiguration.getConfig; import static com.rusefi.core.preferences.storage.PersistentConfiguration.getConfig;
/** /**
* DEAD?! This whole logic does not seem to provide much value?
* Problem: users normally do not even invoke console ever!
*
* This class checks the recommended versions numbers and compares them with current versions * This class checks the recommended versions numbers and compares them with current versions
* <p/> * <p/>
* Andrey Belomutskiy, (c) 2013-2020 * Andrey Belomutskiy, (c) 2013-2020