mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
update mock jdk 1.7 to contain correct @Deprecated version
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
class Test {
|
||||
void foo() {
|
||||
@Deprecated String foo;
|
||||
}
|
||||
@Deprecated
|
||||
public final String string = "";
|
||||
|
||||
void foo() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user