Improve inspection problem descriptor

GitOrigin-RevId: 8abf2188d180865951921d5ebfd9bd7bd33bfc6b
This commit is contained in:
Bas Leijdekkers
2021-03-16 18:47:49 +01:00
committed by intellij-monorepo-bot
parent 997e1adc68
commit 54975a31ba
38 changed files with 41 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
// "Replace with 'Map.of' call" "false"
// "Replace with 'Map.of()' call" "false"
import java.util.*;
public class Test {