Browse Source

Polishing

pull/809/head
Sam Brannen 11 years ago
parent
commit
8f233786ed
  1. 4
      spring-test/src/main/java/org/springframework/test/annotation/TestAnnotationUtils.java

4
spring-test/src/main/java/org/springframework/test/annotation/TestAnnotationUtils.java

@ -41,9 +41,7 @@ public class TestAnnotationUtils { @@ -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…
Cancel
Save