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

@@ -44,7 +44,7 @@ public class PyProjectStructureDetector extends ProjectStructureDetector {
@NotNull
@Override
public DirectoryProcessingResult detectRoots(@NotNull File dir,
@NotNull File[] children,
File @NotNull [] children,
@NotNull File base,
@NotNull List<DetectedProjectRoot> result) {
LOG.info("Detecting roots under " + dir);