mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-20 03:40:26 +00:00
Cleanup.
This commit is contained in:
parent
9066c51353
commit
789f09e7c6
@ -640,7 +640,8 @@ public class ExhaustivenessComputer {
|
||||
}
|
||||
|
||||
protected void checkTimeout() {
|
||||
if (startTime != (-1) && (System.currentTimeMillis() - startTime) > missingExhaustivenessTimeout) {
|
||||
if (startTime != (-1) &&
|
||||
(System.currentTimeMillis() - startTime) > missingExhaustivenessTimeout) {
|
||||
throw new TimeoutException(null);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user