no message
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Current_;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.ProjectData.Project.db_project_info;
|
||||
import Common.Passes.Pass;
|
||||
@@ -16,7 +16,7 @@ public class CloseProject extends Pass<db_project_info> {
|
||||
@Override
|
||||
protected void performDone() throws Exception {
|
||||
Current.getSapfor().ResetAllAnalyses();
|
||||
Current.getSapfor().cd(CommonUtils.getHomeDirectory());
|
||||
Current.getSapfor().cd(Utils_.getHomeDirectory());
|
||||
Current_.set(Current.Project, null);
|
||||
//-
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user