mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 23:52:27 +07:00
GitOrigin-RevId: 669bb4ca2c49a29e5312b61e4be75cd43ad297bd
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
public void m2() {
|
|
try {
|
|
m();
|
|
} catch(CheckedException e) {
|
|
throw new RuntimeException(e);
|
|
}
|
|
}
|
|
|
|
public void m() throws CheckedException { } |