mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
respect the contract: null if not adjusted (IDEA-150120)
This commit is contained in:
@@ -20,7 +20,7 @@ public class JsonQualifiedNameProvider implements QualifiedNameProvider {
|
||||
@Nullable
|
||||
@Override
|
||||
public PsiElement adjustElementToCopy(PsiElement element) {
|
||||
return element;
|
||||
return null;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user