mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 02:21:17 +07:00
17 lines
297 B
Java
17 lines
297 B
Java
// "Fix all 'Redundant 'throws' clause' problems in file" "true"
|
|
|
|
import java.io.FileNotFoundException;
|
|
import java.io.IOException;
|
|
|
|
class A {
|
|
/**
|
|
* @since 2020.3
|
|
* @author me
|
|
*/
|
|
void f() /* 1 */ /* 2 */ /* 3 */ /* 4 */ /* 5 */ /* 6 */
|
|
// seven
|
|
|
|
/* 8 */ /* 9 */ { }
|
|
}
|
|
|