diff --git a/src/_VisualDVM/Passes/All/SPF_InsertIncludesPass.java b/src/_VisualDVM/Passes/All/SPF_InsertIncludesPass.java index 73702421..a852942d 100644 --- a/src/_VisualDVM/Passes/All/SPF_InsertIncludesPass.java +++ b/src/_VisualDVM/Passes/All/SPF_InsertIncludesPass.java @@ -43,4 +43,5 @@ public class SPF_InsertIncludesPass extends SapforTransformation { protected void FocusBeforeStart() { Global.mainModule.getUI().getMainWindow().getProjectWindow().FocusDependencies(); } + //test 2 }