fix.убрал из общей(в перспективе библиотечной) части ссылки на частные объекты визуализатора
This commit is contained in:
@@ -701,7 +701,7 @@ public class db_project_info extends DBObject {
|
||||
return true;
|
||||
}
|
||||
public File getInterruptFile() {
|
||||
return Paths.get(getDataDirectory().getAbsolutePath(), Constants.INTERRUPT).toFile();
|
||||
return Paths.get(getDataDirectory().getAbsolutePath(), CommonConstants.INTERRUPT).toFile();
|
||||
}
|
||||
public void CleanInterruptFile() throws Exception {
|
||||
File file = getInterruptFile();
|
||||
|
||||
Reference in New Issue
Block a user