From 9b764097813caae43ab7396eded282a635af4bc6 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Fri, 13 Jun 2025 12:39:08 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_VisualDVM/Passes/All/SPF_InsertIncludesPass.java | 1 + 1 file changed, 1 insertion(+) 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 }