spotify / completable-futures

Utilities for working with futures in Java 8
Apache License 2.0
393 stars 51 forks source link

Don't assert in the constructor. #39

Closed mbruggmann closed 8 years ago

mbruggmann commented 8 years ago

We don't need this since the intention should be clear enough (and it's nice for coverage).

mbruggmann commented 8 years ago

Or not, since codecov doesn't pick up on it.