optimize imports: typo

This commit is contained in:
anna
2011-08-01 17:04:42 +04:00
parent 76d330f2b0
commit 179f2a0ded
3 changed files with 3 additions and 1 deletions
@@ -4,6 +4,7 @@ import x.n.X1;
import x.n.X2;
import x.n.X3;
@Deprecated
public class Y {
X1 x1;
x.n.Class s;
@@ -4,6 +4,7 @@ import x.n.*;
import java.lang.Class;
@Deprecated
public class Y {
X1 x1;
x.n.Class s;