pmd/pmd-eclipse-test/test/test.template

13 lines
147 B
Plaintext
Raw Normal View History

public class Test {
public static void main(String[] args) {
}
public void foo() {
try {
} catch (Exception e) {
}
}
}