格式化代码
This commit is contained in:
@@ -2,5 +2,7 @@ package access;//: access/Pie.java
|
||||
// The other class.
|
||||
|
||||
class Pie {
|
||||
void f() { System.out.println("Pie.f()"); }
|
||||
void f() {
|
||||
System.out.println("Pie.f()");
|
||||
}
|
||||
} ///:~
|
||||
|
||||
Reference in New Issue
Block a user