diff options
Diffstat (limited to 'ucb/qa')
-rw-r--r-- | ucb/qa/complex/tdoc/_XCommandProcessor.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/qa/complex/tdoc/_XCommandProcessor.java b/ucb/qa/complex/tdoc/_XCommandProcessor.java index 6afe124e2f28..1e04f59d7fa9 100644 --- a/ucb/qa/complex/tdoc/_XCommandProcessor.java +++ b/ucb/qa/complex/tdoc/_XCommandProcessor.java @@ -226,6 +226,7 @@ public class _XCommandProcessor { command = new Command(commandName, -1, arg); Thread aborter = new Thread() { + @Override public void run() { for (int i = 0; i < 10; i++) { log.println("try to abort command"); |