From 730585b1fbb1a49f989d4c7bf7239e40206399c6 Mon Sep 17 00:00:00 2001 From: Nonoas Date: Fri, 3 May 2024 13:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 - src/main/java/indi/bookmarkx/RootWindowFactory.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 46e761e..1c011b4 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,6 @@ plugins { } group 'indi.bookmarkx' -version '1.1.1-SNAPSHOT' version '2.0.0' repositories { diff --git a/src/main/java/indi/bookmarkx/RootWindowFactory.java b/src/main/java/indi/bookmarkx/RootWindowFactory.java index f8cf128..6217852 100644 --- a/src/main/java/indi/bookmarkx/RootWindowFactory.java +++ b/src/main/java/indi/bookmarkx/RootWindowFactory.java @@ -29,7 +29,7 @@ public void createToolWindowContent(@NotNull Project project, ToolWindow toolWin initManager(project, panel); - ContentFactory contentFactory = ContentFactory.SERVICE.getInstance(); + ContentFactory contentFactory = ContentFactory.getInstance(); Content regularRetention = contentFactory.createContent(panel, null, false); toolWindow.getContentManager().addContent(regularRetention);