mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
move task bundle
GitOrigin-RevId: 7dd6a457b01829a680522d2de7b28c05325cbe88
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2efb54a8db
commit
893b1089b5
@@ -6,7 +6,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.PropertyKey;
|
||||
|
||||
public class TaskBundle extends DynamicBundle {
|
||||
@NonNls private static final String BUNDLE = "com.intellij.tasks.TaskBundle";
|
||||
@NonNls private static final String BUNDLE = "messages.TaskBundle";
|
||||
private static final TaskBundle INSTANCE = new TaskBundle();
|
||||
|
||||
private TaskBundle() { super(BUNDLE); }
|
||||
|
||||
Reference in New Issue
Block a user