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