Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7df1639

Browse files
committed
From pull request BruceEckel#26
1 parent 9097143 commit 7df1639

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

housekeeping/Mugs.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ class Mug {
88
Mug(int marker) {
99
System.out.println("Mug(" + marker + ")");
1010
}
11-
void f(int marker) {
12-
System.out.println("f(" + marker + ")");
13-
}
1411
}
1512

1613
public class Mugs {

0 commit comments

Comments
 (0)