mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
optimize imports: typo
This commit is contained in:
+1
@@ -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;
|
||||
|
||||
+1
@@ -4,6 +4,7 @@ import x.n.*;
|
||||
|
||||
import java.lang.Class;
|
||||
|
||||
@Deprecated
|
||||
public class Y {
|
||||
X1 x1;
|
||||
x.n.Class s;
|
||||
|
||||
Reference in New Issue
Block a user