Commit 1205ee0d authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Test

parent 478e79c3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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