Removed STRESS_TEST flag

This commit is contained in:
Manfred Karrer 2016-05-25 17:13:53 +02:00
parent ff2c9d619f
commit 8dd9069ecb
14 changed files with 23 additions and 25 deletions

View file

@ -3,8 +3,6 @@ package io.bitsquare.common;
import java.time.Duration;
public interface Timer {
boolean STRESS_TEST = false;
Timer runLater(java.time.Duration delay, Runnable action);
Timer runPeriodically(Duration interval, Runnable runnable);