Skip to content

Commit 6c4424f

Browse files
committed
Replace deprecated ContentFactory.SERVICE
1 parent 79c8cf3 commit 6c4424f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-assist/src/main/java/de/fraunhofer/iem/devassist/ui/SummaryToolWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void createToolWindowContent(@NotNull Project project, @NotNull ToolWindo
6969
}
7070

7171
//Add Content to ToolWindow
72-
ContentFactory contentFactory = ContentFactory.SERVICE.getInstance();
72+
ContentFactory contentFactory = ContentFactory.getInstance();
7373
Content toolContent = contentFactory.createContent(toolPanel, "", false);
7474
toolWindow.getContentManager().addContent(toolContent);
7575
}

0 commit comments

Comments
 (0)