diff dwtx/jface/text/contentassist/AdditionalInfoController.d @ 136:6dcb0baaa031

Regex removal of throws decls, some instanceof
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:20:40 +0200
parents 65801ad2b265
children 25170b5a8951
line wrap: on
line diff
--- a/dwtx/jface/text/contentassist/AdditionalInfoController.d	Sun Aug 24 01:52:31 2008 +0200
+++ b/dwtx/jface/text/contentassist/AdditionalInfoController.d	Sun Aug 24 02:20:40 2008 +0200
@@ -316,7 +316,7 @@
             return LEGACY_WAIT;
         }
 
-        private synchronized void loop() throws InterruptedException {
+        private synchronized void loop()  {
             long current= System.currentTimeMillis();
             Task task= currentTask();