mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
Cleanup
This commit is contained in:
@@ -193,24 +193,6 @@ class C {
|
||||
}
|
||||
}
|
||||
|
||||
/*void m11() {
|
||||
try {
|
||||
System.out.println();
|
||||
}
|
||||
catch (Exception e) {
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
void m11() {
|
||||
try {
|
||||
System.out.println();
|
||||
}
|
||||
catch (Exception e) {
|
||||
throw e;
|
||||
}
|
||||
}*/
|
||||
|
||||
static class MyResource implements AutoCloseable {
|
||||
public void close() throws E1 { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user