format the test data

This commit is contained in:
peter
2011-03-30 19:40:53 +02:00
parent 931519ed0f
commit 9c9926ec24
@@ -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.
}
}
}