Revision: 19521
          http://sourceforge.net/p/gate/code/19521
Author:   markagreenwood
Date:     2016-08-19 13:14:54 +0000 (Fri, 19 Aug 2016)
Log Message:
-----------
yet more bloody javadoc errors

Modified Paths:
--------------
    
gate/branches/sawdust2/plugins/Developer_Tools/src/main/java/org/jdesktop/swinghelper/debug/CheckThreadViolationRepaintManager.java
    
gate/branches/sawdust2/plugins/Developer_Tools/src/main/java/org/jdesktop/swinghelper/debug/EventDispatchThreadHangMonitor.java

Modified: 
gate/branches/sawdust2/plugins/Developer_Tools/src/main/java/org/jdesktop/swinghelper/debug/CheckThreadViolationRepaintManager.java
===================================================================
--- 
gate/branches/sawdust2/plugins/Developer_Tools/src/main/java/org/jdesktop/swinghelper/debug/CheckThreadViolationRepaintManager.java
 2016-08-19 12:49:56 UTC (rev 19520)
+++ 
gate/branches/sawdust2/plugins/Developer_Tools/src/main/java/org/jdesktop/swinghelper/debug/CheckThreadViolationRepaintManager.java
 2016-08-19 13:14:54 UTC (rev 19521)
@@ -22,14 +22,14 @@
 import javax.swing.SwingUtilities;
 
 /**
- * This class is used to detect Event Dispatch Thread rule violations<br>
+ * This class is used to detect Event Dispatch Thread rule violations. 
  * See <a
  * href="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html";>How
  * to Use Threads</a> for more info. This is a modification of original idea of
  * Scott Delap<br>
- * Initial version of ThreadCheckingRepaintManager can be found here<br>
+ * Initial version of ThreadCheckingRepaintManager can be found here:
  * <a 
href="http://www.clientjava.com/blog/2004/08/20/1093059428000.html";>Easily
- * Find Swing Threading Mistakes</a> </p>
+ * Find Swing Threading Mistakes</a>
  * 
  * @author Scott Delap
  * @author Alexander Potochkin

Modified: 
gate/branches/sawdust2/plugins/Developer_Tools/src/main/java/org/jdesktop/swinghelper/debug/EventDispatchThreadHangMonitor.java
===================================================================
--- 
gate/branches/sawdust2/plugins/Developer_Tools/src/main/java/org/jdesktop/swinghelper/debug/EventDispatchThreadHangMonitor.java
     2016-08-19 12:49:56 UTC (rev 19520)
+++ 
gate/branches/sawdust2/plugins/Developer_Tools/src/main/java/org/jdesktop/swinghelper/debug/EventDispatchThreadHangMonitor.java
     2016-08-19 13:14:54 UTC (rev 19521)
@@ -21,9 +21,6 @@
 import java.awt.EventQueue;
 import java.awt.Toolkit;
 import java.awt.event.WindowEvent;
-import java.lang.management.ManagementFactory;
-import java.lang.management.ThreadInfo;
-import java.lang.management.ThreadMXBean;
 import java.util.LinkedList;
 import java.util.Timer;
 import java.util.TimerTask;
@@ -43,7 +40,7 @@
  * 
"http://elliotth.blogspot.com/2005/05/automatically-detecting-awt-event.html";
  * > Automatically detecting AWT event dispatch thread hangs</a>
  * 
- * @author Elliott Hughes <e...@jessies.org>
+ * @author Elliott Hughes &lt;e...@jessies.org&gt;
  */
 public final class EventDispatchThreadHangMonitor extends EventQueue {
   private static final EventDispatchThreadHangMonitor INSTANCE =

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to