Loading src/edu/bu/ec504/hw1p1/DistinctCounter.java +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ public abstract class DistinctCounter { * Log a new element that is seen. * @param newElement The element that was seen. */ abstract void see(String newElement); abstract void saw(String newElement); /** * Loading Loading
src/edu/bu/ec504/hw1p1/DistinctCounter.java +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ public abstract class DistinctCounter { * Log a new element that is seen. * @param newElement The element that was seen. */ abstract void see(String newElement); abstract void saw(String newElement); /** * Loading