mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
OptionalToIfInspection: added missing imports (IDEA-212269)
GitOrigin-RevId: afbeaa1f10b2266cd1401da83b71cf0bf6862824
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6faf0931a9
commit
d98814d304
@@ -1,5 +1,7 @@
|
||||
// "Fix all 'Optional can be replaced with sequence of if statements' problems in file" "true"
|
||||
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
private String returnStatement(String in) {
|
||||
|
||||
Reference in New Issue
Block a user