Loading src/edu/bu/ec504/hw1p1/MyDistinctCounter.java +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ public class MyDistinctCounter extends DistinctCounter { */ @Override Integer numDistinct() { // replace this with your code! return 0; return 1; } // NESTED CLASSES Loading Loading
src/edu/bu/ec504/hw1p1/MyDistinctCounter.java +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ public class MyDistinctCounter extends DistinctCounter { */ @Override Integer numDistinct() { // replace this with your code! return 0; return 1; } // NESTED CLASSES Loading