mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
Array annotations changed to type-use style (not compilable now)
GitOrigin-RevId: 68aa4ba200618083684599228e13dfdba35967a4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2deedb9e0c
commit
78a91459c4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user