adapt testdata to inferred jdk annotations

This commit is contained in:
peter
2014-07-10 10:35:56 +02:00
parent f350b3d23b
commit 1b75318697
4 changed files with 4 additions and 0 deletions
@@ -15,6 +15,7 @@ class Test {
return s;
}
@NotNull
String foo4(@NotNull String s) {
return s.substring(0);
}