update testcase

This commit is contained in:
smyachenkov
2021-10-09 16:43:28 +03:00
parent 83dfeb5533
commit becd447a4a

View File

@@ -45,7 +45,7 @@ public class Foo {
<expected-problems>0</expected-problems>
<code><![CDATA[
public class Foo {
private static final String VERSION = "1";
private static final int VERSION = 1;
@Deprecated(since = "" + VERSION)
public void foo() {