OptionalToIfInspection: added missing imports (IDEA-212269)

GitOrigin-RevId: afbeaa1f10b2266cd1401da83b71cf0bf6862824
This commit is contained in:
Artemiy Sartakov
2019-08-07 16:49:06 +03:00
committed by intellij-monorepo-bot
parent 6faf0931a9
commit d98814d304
31 changed files with 61 additions and 0 deletions

View File

@@ -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) {