mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +07:00
GitOrigin-RevId: 781e5a88a348d9af4579869cb39ff042f871b78f
7 lines
185 B
Java
7 lines
185 B
Java
// "Suppress for method" "true"
|
|
import java.io.IOException;
|
|
class a implements Runnable {
|
|
/** @noinspection RedundantThrowsDeclaration*/
|
|
public void run() throws <caret>IOException{
|
|
}
|
|
} |