mv rest bundle

GitOrigin-RevId: e1e77c3cd78c6ec44d874db2d2326b6b8ccede6d
This commit is contained in:
Sergey Ignatov
2020-01-05 22:15:46 +03:00
committed by intellij-monorepo-bot
parent 229ef35666
commit f7872198b1
4 changed files with 6 additions and 6 deletions

View File

@@ -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); }