comparison 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
comparison
equal deleted inserted replaced
135:65801ad2b265 136:6dcb0baaa031
314 if (isExt5(p)) 314 if (isExt5(p))
315 return FIRST_WAIT; 315 return FIRST_WAIT;
316 return LEGACY_WAIT; 316 return LEGACY_WAIT;
317 } 317 }
318 318
319 private synchronized void loop() throws InterruptedException { 319 private synchronized void loop() {
320 long current= System.currentTimeMillis(); 320 long current= System.currentTimeMillis();
321 Task task= currentTask(); 321 Task task= currentTask();
322 322
323 while (task !is EXIT) { 323 while (task !is EXIT) {
324 long delay= fNextWakeup - current; 324 long delay= fNextWakeup - current;