no message
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package Common.Utils;
|
||||
import Common.Visual.UI_;
|
||||
import _VisualDVM.Utils;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileWriter;
|
||||
@@ -16,7 +15,7 @@ public interface Loggable {
|
||||
}
|
||||
default void ClearLog() {
|
||||
try {
|
||||
Utils.forceDeleteWithCheck(getLogFile());
|
||||
Utils_.forceDeleteWithCheck(getLogFile());
|
||||
} catch (Exception ignored) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user