mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cd6c43e9d9
@ -19,7 +19,7 @@ public class SimpleReferenceContributor extends PsiReferenceContributor {
|
||||
if (value != null && value.startsWith("simple"+":")) {
|
||||
return new PsiReference[]{new SimpleReference(element, new TextRange(8, value.length() + 1))};
|
||||
}
|
||||
return new PsiReference[0];
|
||||
return PsiReference.EMPTY_ARRAY;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user