Polishing

This commit is contained in:
Sam Brannen 2015-05-29 02:05:44 +02:00
parent 7018747cec
commit 8f233786ed
1 changed files with 1 additions and 3 deletions

View File

@ -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());
}
/**