revert optimize imports

This commit is contained in:
anna
2011-08-04 11:34:43 +04:00
parent 583b3d39c9
commit 1eae87a697
2 changed files with 2 additions and 0 deletions
@@ -1,3 +1,4 @@
import java.io.*;
class Foo{
void foo() throws FileNotFoundException {
throw new FileNotFoundException();
@@ -1,3 +1,4 @@
import java.io.*;
class Foo{
void foo() throws IO<caret>Exception {
throw new FileNotFoundException();