change this to "while (!condition.getAsBoolean())" so the impl match the method name "waitForCondition". So you will need to change the callers to flip the logic of the expressions they pass in. change: "!finished" to "finished" change: "status == -1 && !cancelled" to "status != -1 || cancelled".
[ Full content available at: https://github.com/apache/geode/pull/2388 ] This message was relayed via gitbox.apache.org for [email protected]
