RCountDownLatch comment spelling fixed

pull/365/head
Nikita 9 years ago
parent 98de5e3c61
commit 0c4c0619b3

@ -20,8 +20,8 @@ import java.util.concurrent.TimeUnit;
/** /**
* Distributed alternative to the {@link java.util.concurrent.CountDownLatch} * Distributed alternative to the {@link java.util.concurrent.CountDownLatch}
* *
* It has a advantage over {@link java.util.concurrent.CountDownLatch} -- * It has an advantage over {@link java.util.concurrent.CountDownLatch} --
* count can be reset via {@link #trySetCount}. * count can be set via {@link #trySetCount} method.
* *
* @author Nikita Koksharov * @author Nikita Koksharov
* *

Loading…
Cancel
Save