comment cleanup

This commit is contained in:
nathan 2016-02-07 00:23:33 +01:00
parent 0ae980319b
commit 72641a57f2
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class AsyncABQ implements Synchrony {
private final Collection<Boolean> shutdown;
/**
* Notifies the consumers during shutdown, that it's on purpose.
* Notifies the consumers during shutdown that it's on purpose.
*/
private volatile boolean shuttingDown = false;

View File

@ -47,7 +47,7 @@ class AsyncABQ_noGc implements Synchrony {
private final Collection<Boolean> shutdown;
/**
* Notifies the consumers during shutdown, that it's on purpose.
* Notifies the consumers during shutdown that it's on purpose.
*/
private volatile boolean shuttingDown = false;