mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
Use CommonQuickFixBundle
GitOrigin-RevId: 742c76ffb768bed2ce9aec4b11f7fc911d7f624c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0737c3410b
commit
4bd6f5a43b
@@ -1,4 +1,4 @@
|
||||
// "Replace with Comparator.naturalOrder()" "true"
|
||||
// "Replace with 'Comparator.naturalOrder()'" "true"
|
||||
import java.util.Arrays;
|
||||
import java.util.Comparator;
|
||||
import java.util.List;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace with Comparator.reverseOrder()" "true"
|
||||
// "Replace with 'Comparator.reverseOrder()'" "true"
|
||||
import java.util.Arrays;
|
||||
import java.util.Comparator;
|
||||
import java.util.List;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace with Comparator.naturalOrder()" "false"
|
||||
// "Replace with 'Comparator.naturalOrder()'" "false"
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace with Comparator.naturalOrder()" "true"
|
||||
// "Replace with 'Comparator.naturalOrder()'" "true"
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.Optional;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace with Comparator.reverseOrder()" "true"
|
||||
// "Replace with 'Comparator.reverseOrder()'" "true"
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.Optional;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace with Comparator.reverseOrder()" "false"
|
||||
// "Replace with 'Comparator.reverseOrder()'" "false"
|
||||
import java.util.function.IntBinaryOperator;
|
||||
|
||||
public class Main {
|
||||
|
||||
Reference in New Issue
Block a user