Commit 7042cfd2 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Test push

parent 59868c3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ public class MyDistinctCounter extends DistinctCounter {
   */
  @Override
  Integer numDistinct() {  // replace this with your code!
    return 1;
    return 0;
  }

  // NESTED CLASSES