From pull request #26
This commit is contained in:
parent
9097143616
commit
7df16392cf
@ -8,9 +8,6 @@ class Mug {
|
||||
Mug(int marker) {
|
||||
System.out.println("Mug(" + marker + ")");
|
||||
}
|
||||
void f(int marker) {
|
||||
System.out.println("f(" + marker + ")");
|
||||
}
|
||||
}
|
||||
|
||||
public class Mugs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user