mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
mv rest bundle
GitOrigin-RevId: e1e77c3cd78c6ec44d874db2d2326b6b8ccede6d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
229ef35666
commit
f7872198b1
@@ -21,7 +21,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.PropertyKey;
|
||||
|
||||
public class RestBundle extends DynamicBundle {
|
||||
@NonNls private static final String BUNDLE = "com.jetbrains.rest.RestBundle";
|
||||
@NonNls private static final String BUNDLE = "messages.RestBundle";
|
||||
private static final RestBundle INSTANCE = new RestBundle();
|
||||
|
||||
private RestBundle() { super(BUNDLE); }
|
||||
|
||||
Reference in New Issue
Block a user