格式化代码
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package access;//: access/ImportedMyClass.java
|
||||
|
||||
import access.mypackage.*;
|
||||
|
||||
public class ImportedMyClass {
|
||||
public static void main(String[] args) {
|
||||
MyClass m = new MyClass();
|
||||
}
|
||||
public static void main(String[] args) {
|
||||
MyClass m = new MyClass();
|
||||
}
|
||||
} ///:~
|
||||
|
||||
Reference in New Issue
Block a user