< prev index next >

application/org.openjdk.jmc.ui/src/main/java/org/openjdk/jmc/ui/charts/SpanRenderer.java

Print this page

        

@@ -146,9 +146,14 @@
                         @Override
                         public String getDescription() {
                                 return description;
                         }
 
+                        @Override
+                        public String getName() { // In this case, the description is the name
+                                return description;
+                        }
+
                 }
 
         }
 }
< prev index next >