mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
fix testdata
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// "Remove 'unchecked' suppression" "false"
|
||||
public class SampleInjected {
|
||||
void foo() {
|
||||
@SuppressWarnings({"unu<caret>sed"})
|
||||
@SuppressWarnings({"unch<caret>ecked"})
|
||||
String java = "import java.util.*;\n" +
|
||||
"class A {" +
|
||||
" void a(List l) {\n" +
|
||||
|
||||
Reference in New Issue
Block a user