упраздение лишних енумов в оформлении таблиц и деревьев.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package Common.Utils;
|
||||
import Common.Visual.UI_;
|
||||
import Common.Visual.UI;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileWriter;
|
||||
@@ -34,8 +34,8 @@ public interface Loggable {
|
||||
ex.printStackTrace(writer);
|
||||
writer.flush();
|
||||
Print(out.toString());
|
||||
if (UI_.isActive())
|
||||
UI_.Error("Возникло исключение. Подробности в файле журнала\n" +
|
||||
if (UI.isActive())
|
||||
UI.Error("Возникло исключение. Подробности в файле журнала\n" +
|
||||
Utils_.Brackets(getLogFile().getAbsolutePath()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user