mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix testdata
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<problems>
|
||||
<problem>
|
||||
<file>A.java</file>
|
||||
<line>3</line>
|
||||
<description>Variable <code>i</code> is never used</description>
|
||||
</problem>
|
||||
</problems>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class A {
|
||||
public static void main(String[] args) {
|
||||
int i = 0;
|
||||
@SuppressWarning("unused") int j = 0;
|
||||
@SuppressWarnings("unused") int j = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user