> On 12 Sep 2016, at 09:57, Martin Buchholz <[email protected]> wrote: > > > > On Mon, Sep 12, 2016 at 3:22 AM, Aleksey Shipilev <[email protected] > <mailto:[email protected]>> wrote: > > Minor things: > > CountedCompleter.java: > > 176 * setPendingCount(1); // not off by one ! > > is better spelled like this? > > 176 * setPendingCount(1); // only one pending, not two! > > I already struggled over the wording here .... hmmm ... how about > > // looks off by one, but correct! >
Ok, with me. Paul.
