Revision: 1276
Author:   mathiasbr
Date:     2006-08-07 01:29:38 -0700 (Mon, 07 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1276&view=rev

Log Message:
-----------
comment clean up

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/test/java/org/springframework/richclient/util/OverlayHelperTests.java
Modified: 
trunk/spring-richclient/support/src/test/java/org/springframework/richclient/util/OverlayHelperTests.java
===================================================================
--- 
trunk/spring-richclient/support/src/test/java/org/springframework/richclient/util/OverlayHelperTests.java
   2006-08-07 08:27:08 UTC (rev 1275)
+++ 
trunk/spring-richclient/support/src/test/java/org/springframework/richclient/util/OverlayHelperTests.java
   2006-08-07 08:29:38 UTC (rev 1276)
@@ -93,7 +93,6 @@
 
     private void waitUnitlEventQueueIsEmpty() throws InterruptedException {
         // we have to sleep here until the asynchronously attachement of 
JLayeredPane and the overlay is finished
-        // todo find a better way since it could be possible that this is not 
the case on slow machines
         EventQueue eventQueue = 
Toolkit.getDefaultToolkit().getSystemEventQueue();
         AWTEvent peekEvent;
         while((peekEvent = eventQueue.peekEvent()) != null) {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to