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

test again

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