Skip to content

Commit 54e0ac0

Browse files
committed
docz
1 parent b16eda9 commit 54e0ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/groovy/ch/petikoch/examples/mvvm_rxjava/TestingClock.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* But if you have more than one {@link java.util.concurrent.CountDownLatch} in a testcase,
3535
* it's probably easier to use <b>one</b> {@link TestingClock} instead.
3636
*/
37+
// experimental
3738
public class TestingClock {
3839

3940
private final AtomicLong internalTime;

0 commit comments

Comments
 (0)