update mock jdk 1.7 to contain correct @Deprecated version

This commit is contained in:
anna
2012-01-16 15:18:24 +01:00
parent 8554ed8cf2
commit bd6b9ca5b5
4 changed files with 6 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
class Test {
void foo() {
@Deprecated String foo;
}
@Deprecated
public final String string = "";
void foo() {
}
}