forked from phoedos/pmd
13 lines
147 B
Plaintext
13 lines
147 B
Plaintext
|
public class Test {
|
||
|
|
||
|
public static void main(String[] args) {
|
||
|
}
|
||
|
|
||
|
public void foo() {
|
||
|
try {
|
||
|
} catch (Exception e) {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|