changeset 1982:426125707721

Update TreeMapComponent constructor javadoc PR3059 Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-June/019844.html Original-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-September/016449.html
author James Aziz <jaziz@redhat.com>
date Wed, 29 Jun 2016 12:23:08 -0400
parents d45a7d554e2e
children b4be4986a4c6
files client/swing/src/main/java/com/redhat/thermostat/client/swing/components/experimental/TreeMapComponent.java
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/experimental/TreeMapComponent.java	Wed Jun 29 12:23:07 2016 -0400
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/experimental/TreeMapComponent.java	Wed Jun 29 12:23:08 2016 -0400
@@ -170,10 +170,7 @@
     }
 
     /**
-     * Constructor. It draw a TreeMap of the given tree in according to the 
-     * {@Dimension} object in input.
-     * 
-     * @param tree the tree to represent as TreeMap.
+     * Constructor that sets up a TreeMapComponent using the specified {@TreeMapNode} tree.
      */
     public TreeMapComponent(TreeMapNode tree) {
         super();