mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
WrapWithAdapterMethodCallFix: wrap with List.of() instead of Arrays.asList() on Java 9 and higher (IDEA-269380)
GitOrigin-RevId: f39f5c58348afb6b3c57dbc059860f940c6ec363
This commit is contained in:
committed by
intellij-monorepo-bot
parent
358da7cc4e
commit
223eeb0b0f
@@ -1,4 +1,4 @@
|
||||
// "Wrap 2nd parameter using 'java.util.Optional'" "true"
|
||||
// "Wrap 2nd argument using 'java.util.Optional'" "true"
|
||||
import java.util.Optional;
|
||||
|
||||
public class Test {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Wrap 2nd parameter using 'java.util.Optional'" "true"
|
||||
// "Wrap 2nd argument using 'java.util.Optional'" "true"
|
||||
import java.util.Optional;
|
||||
|
||||
public class Test {
|
||||
|
||||
Reference in New Issue
Block a user