mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
cleanup
This commit is contained in:
@@ -76,14 +76,6 @@ public abstract class RefJavaElementImpl extends RefElementImpl implements RefJa
|
||||
setIsFinal(elem.hasModifierProperty(PsiModifier.FINAL));
|
||||
}
|
||||
|
||||
protected SmartPsiElementPointer<PsiElement> createPointer(final PsiElement element, final RefManager manager) {
|
||||
if (element instanceof JspHolderMethod || element instanceof JspClass) {
|
||||
return SmartPointerManager.getInstance(manager.getProject()).createSmartPsiElementPointer(element);
|
||||
}
|
||||
|
||||
return super.createPointer(element, manager);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public Collection<RefClass> getOutTypeReferences() {
|
||||
if (myOutTypeReferences == null){
|
||||
|
||||
Reference in New Issue
Block a user