Commit d24e5bb3 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

test again

parent a35eb6ff
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 0;
    return 1;
  }

  // NESTED CLASSES