mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
command name
This commit is contained in:
@@ -315,7 +315,7 @@ public abstract class UpdatePsiFileCopyright extends AbstractUpdateCopyright {
|
||||
}
|
||||
|
||||
protected void processActions() throws IncorrectOperationException {
|
||||
new WriteCommandAction.Simple(file.getProject(), "") {
|
||||
new WriteCommandAction.Simple(file.getProject(), "Update copyright") {
|
||||
@Override
|
||||
protected void run() throws Throwable {
|
||||
Document doc = FileDocumentManager.getInstance().getDocument(getRoot());
|
||||
|
||||
Reference in New Issue
Block a user