mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+1
-3
@@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user