Skip to content

Commit

Permalink
修正IDEA版本兼容性
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Sep 11, 2023
1 parent 4251473 commit bf20042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.lang.ref.Reference;
import java.util.ResourceBundle;

public class NopPluginBundle extends BundleBase {
public class NopPluginBundle {
@NonNls
private static final String BUNDLE = "io.nop.idea.plugin.messages.NopPluginBundle";
private static Reference<ResourceBundle> ourBundle;
Expand Down

0 comments on commit bf20042

Please sign in to comment.