Skip to content

Commit

Permalink
PLANNER-383 Remove AbstractUncountableValueRange.isEmpty() bogus impl…
Browse files Browse the repository at this point in the history
…ementation
  • Loading branch information
ge0ffrey committed Jul 13, 2016
1 parent 949ca06 commit 71560e5
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,4 @@
*/
public abstract class AbstractUncountableValueRange<T> implements ValueRange<T>, Serializable {

// TODO Remove this temporary implementation in 7.0
/**
* If you extend this class, then just must override this method!
*/
@Override
public boolean isEmpty() {
return false;
}

}

0 comments on commit 71560e5

Please sign in to comment.