Polishing
This commit is contained in:
parent
7018747cec
commit
8f233786ed
|
@ -41,10 +41,8 @@ public class TestAnnotationUtils {
|
|||
if (timed == null) {
|
||||
return 0;
|
||||
}
|
||||
else {
|
||||
return Math.max(0, timed.millis());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the repeat count configured via the {@link Repeat @Repeat}
|
||||
|
|
Loading…
Reference in New Issue