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