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