mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-15 11:58:18 +07:00
Update color schemes
- support the new Go colors GitOrigin-RevId: 4ecd779a6ceae3f36b60c6656d9ff819fe844f89
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6e55a5d3e3
commit
391bda1c4b
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Use 'computeIfAbsent' method with functional argument" "true"
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
public void test(Map<String, List<Integer>> map, String key) {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Use 'computeIfAbsent' method with functional argument" "true"
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
public void test(Map<String, List<Integer>> map, String key) {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Use 'computeIfAbsent' method with functional argument" "false"
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
public void test(Map<String, List<Integer>> map, String key) {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Use 'computeIfAbsent' method with functional argument" "false"
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
public void test(Map<String, List<Integer>> map, String key) {
|
||||
|
||||
Reference in New Issue
Block a user