Skip to content

Commit d99e4e5

Browse files
committed
Chore: Remove unused code
1 parent bc4e708 commit d99e4e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/net/seesharpsoft/intellij/plugins/csv/CsvPlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import com.intellij.ide.actions.ShowSettingsUtilImpl;
66
import com.intellij.ide.plugins.IdeaPluginDescriptor;
77
import com.intellij.ide.plugins.PluginManagerCore;
8-
import com.intellij.lang.properties.ResourceBundleManager;
98
import com.intellij.notification.*;
109
import com.intellij.openapi.extensions.PluginId;
1110
import com.intellij.openapi.progress.ProgressIndicator;
@@ -116,7 +115,7 @@ public void run(@NotNull ProgressIndicator progressIndicator) {
116115

117116
public static ResourceBundle getResourceBundle() {
118117
if (_resourceBundle == null) {
119-
_resourceBundle = DynamicBundle.getPluginBundle(getPluginDescriptor()); //ResourceBundle.getBundle("localization/CSVEditorResources", DynamicBundle.getLocale());
118+
_resourceBundle = DynamicBundle.getPluginBundle(getPluginDescriptor());
120119
}
121120
return _resourceBundle;
122121
}

0 commit comments

Comments
 (0)