Empty import list placement and comment binding (test data fixed)

This commit is contained in:
Roman Shevchenko
2010-08-10 13:49:16 +04:00
parent 88b087a894
commit 9dd2505489
20 changed files with 19 additions and 39 deletions
@@ -1,8 +1,7 @@
// "Add Catch Clause(s)" "true"
import java.io.FileNotFoundException;
import java.io.IOException;
// "Add Catch Clause(s)" "true"
class CatchExceptions {
void foo() throws java.io.IOException, java.io.FileNotFoundException {