mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
3 lines
95 B
Java
3 lines
95 B
Java
// "Merge duplicate attributes" "true"
|
|
@SuppressWarnings(value= {"a", "b", "c"})
|
|
class Main { } |