summaryrefslogtreecommitdiff
path: root/platform/xdebugger-impl/testSrc/com/intellij/xdebugger/XTestValueNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/xdebugger-impl/testSrc/com/intellij/xdebugger/XTestValueNode.java')
-rw-r--r--platform/xdebugger-impl/testSrc/com/intellij/xdebugger/XTestValueNode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/xdebugger-impl/testSrc/com/intellij/xdebugger/XTestValueNode.java b/platform/xdebugger-impl/testSrc/com/intellij/xdebugger/XTestValueNode.java
index e1dbca415903..45ad3306831a 100644
--- a/platform/xdebugger-impl/testSrc/com/intellij/xdebugger/XTestValueNode.java
+++ b/platform/xdebugger-impl/testSrc/com/intellij/xdebugger/XTestValueNode.java
@@ -41,7 +41,7 @@ public class XTestValueNode extends XValueNodePresentationConfigurator.Configura
return false;
}
- public void waitFor(long timeoutInMillis) throws InterruptedException {
+ public void waitFor(long timeoutInMillis) {
if (!XDebuggerTestUtil.waitFor(myFinished, timeoutInMillis)) {
throw new AssertionError("Waiting timed out");
}