mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 23:46:49 +07:00
GitOrigin-RevId: 754d0bac805a0e9d56489c63e5486d6e7e15a4db
7 lines
116 B
Java
7 lines
116 B
Java
// "Suppress for class" "true"
|
|
@SuppressWarnings("unused")
|
|
class EmptyArray {
|
|
public void run() {
|
|
int i;
|
|
}
|
|
} |