mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
format the test data
This commit is contained in:
+5
-3
@@ -1,7 +1,9 @@
|
||||
class Foo {
|
||||
public static void main(String[] args) {
|
||||
try {new AddException().foo();} catch (java.io.IOException e) {
|
||||
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
|
||||
}
|
||||
try {
|
||||
new AddException().foo();
|
||||
} catch (java.io.IOException e) {
|
||||
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user