рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package _VisualDVM.ProjectData.SapforData.Loops.UI;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.ProjectData.Files.UI.FileGraphTree;
|
||||
public class FileLoopsTree extends FileGraphTree {
|
||||
public FileLoopsTree() {
|
||||
super(Current.getFile().getLoopsTree());
|
||||
super(Global.mainModule.getFile().getLoopsTree());
|
||||
}
|
||||
@Override
|
||||
public String getBranchesName() {
|
||||
|
||||
Reference in New Issue
Block a user