mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix documentation title
This commit is contained in:
@@ -57,4 +57,9 @@ public class TaskPsiElement extends FakePsiElement {
|
||||
public PsiFile getContainingFile() {
|
||||
return PsiFileFactory.getInstance(getProject()).createFileFromText("foo.txt", "");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return myTask.getPresentableName();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user