Array annotations changed to type-use style (not compilable now)

GitOrigin-RevId: 68aa4ba200618083684599228e13dfdba35967a4
This commit is contained in:
Tagir Valeev
2020-01-12 08:58:52 +07:00
committed by intellij-monorepo-bot
parent 2deedb9e0c
commit 78a91459c4
4310 changed files with 9250 additions and 14283 deletions

View File

@@ -33,7 +33,7 @@ public class RefJavaUtilImpl extends RefJavaUtil {
}
@Override
public void addReferencesTo(@NotNull final UDeclaration decl, @NotNull final RefJavaElement ref, @Nullable final UElement[] findIn) {
public void addReferencesTo(@NotNull final UDeclaration decl, @NotNull final RefJavaElement ref, final UElement @Nullable [] findIn) {
final RefJavaElementImpl refFrom = (RefJavaElementImpl)ref;
if (findIn == null) {
return;