mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
don't extend DynamicBundle
GitOrigin-RevId: 49cbebd629a92877dbeeffba8d97b0631fb9407e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b2be1ed69d
commit
227d75a1fc
@@ -9,12 +9,11 @@ import org.jetbrains.annotations.PropertyKey;
|
||||
|
||||
import java.util.function.Supplier;
|
||||
|
||||
public final class XmlPsiBundle extends DynamicBundle {
|
||||
public final class XmlPsiBundle {
|
||||
@NonNls private static final String BUNDLE = "messages.XmlPsiBundle";
|
||||
private static final XmlPsiBundle INSTANCE = new XmlPsiBundle();
|
||||
private static final DynamicBundle INSTANCE = new DynamicBundle(XmlPsiBundle.class, BUNDLE);
|
||||
|
||||
private XmlPsiBundle() {
|
||||
super(BUNDLE);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user