diff agent/src/share/classes/sun/jvm/hotspot/ui/SAPanel.java @ 8103:5ed317b25e23

7165259: Remove BugSpot Reviewed-by: coleenp, mgronlun
author sla
date Fri, 22 Feb 2013 10:03:02 +0100
parents c18cbe5936b8
children de6a9e811145
line wrap: on
line diff
--- a/agent/src/share/classes/sun/jvm/hotspot/ui/SAPanel.java	Thu Feb 21 07:50:48 2013 -0500
+++ b/agent/src/share/classes/sun/jvm/hotspot/ui/SAPanel.java	Fri Feb 22 10:03:02 2013 +0100
@@ -50,7 +50,7 @@
 /**
  * This base class encapsulates many of the events that are fired from
  * the various panels in this directory so they can easily be plugged
- * in to different containing frameworks (HSDB, BugSpot).
+ * in to different containing frameworks (HSDB).
  */
 public class SAPanel extends JPanel {
     protected List listeners = new ArrayList();