testdata fixed

This commit is contained in:
anna
2013-05-06 21:21:52 +02:00
parent cf43a20b76
commit 924523869c
3 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@ class Test {
try {
foo();
} catch (Exception e) {
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
e.printStackTrace();
}
}
}
@@ -10,7 +10,7 @@ class ChangeSignatureTest {
try {
bar();
} catch (Exception e) {
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
e.printStackTrace();
}
}
}
@@ -10,7 +10,7 @@ class ChangeSignatureTest {
try {
bar();
} catch (Exception e) {
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
e.printStackTrace();
}
}
}