aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/junit/rules/Stopwatch.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/junit/rules/Stopwatch.java')
-rw-r--r--src/main/java/org/junit/rules/Stopwatch.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/junit/rules/Stopwatch.java b/src/main/java/org/junit/rules/Stopwatch.java
index 5d34e7f..6900a48 100644
--- a/src/main/java/org/junit/rules/Stopwatch.java
+++ b/src/main/java/org/junit/rules/Stopwatch.java
@@ -76,7 +76,7 @@ import java.util.concurrent.TimeUnit;
* @author tibor17
* @since 4.12
*/
-public abstract class Stopwatch implements TestRule {
+public class Stopwatch implements TestRule {
private final Clock clock;
private volatile long startNanos;
private volatile long endNanos;