c7b45b2cc7
The assertBusy method currently has both a Runnable and Callable version. This has caused confusion with type inference and lambdas sometimes, in particular with java 9. This change removes the callable version as nothing was actually using it. |
||
---|---|---|
.. | ||
src | ||
build.gradle |