mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
move RuntimeBundle to messages package (IDEA-255142)
GitOrigin-RevId: f5d87f94f8715a591d35cfc182b2995b9520c584
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c0f7c524e4
commit
c9ba8a117f
@@ -6,6 +6,7 @@
|
||||
<root url="file://$MODULE_DIR$/anno" />
|
||||
</annotation-paths>
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.util.ResourceBundle;
|
||||
|
||||
public class FormPreviewFrame {
|
||||
private JComponent myComponent;
|
||||
private static final ResourceBundle ourBundle = ResourceBundle.getBundle("RuntimeBundle");
|
||||
private static final ResourceBundle ourBundle = ResourceBundle.getBundle("messages.RuntimeBundle");
|
||||
|
||||
// Note: this class should not be obfuscated
|
||||
|
||||
|
||||
Reference in New Issue
Block a user