diff options
author | Marc Englund <marc@vaadin.com> | 2013-04-09 14:39:45 +0300 |
---|---|---|
committer | Marc Englund <marc@vaadin.com> | 2013-04-09 14:39:45 +0300 |
commit | 9002c6d6b1824c7025c7834c9def5e0260e9043b (patch) | |
tree | d92e34b8534ae2288e4ccc363dcd8c0a48211522 /client/src | |
parent | 9ee728b775c29ef4d9765e9a8262a883e1d0e8c6 (diff) | |
download | vaadin-framework-9002c6d6b1824c7025c7834c9def5e0260e9043b.tar.gz vaadin-framework-9002c6d6b1824c7025c7834c9def5e0260e9043b.zip |
Fixed one typo and removed one TODO comment
Change-Id: I941c308873562a5dec13277959abb7b7fd412b83
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/com/vaadin/client/debug/internal/HierarchySection.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/com/vaadin/client/debug/internal/HierarchySection.java b/client/src/com/vaadin/client/debug/internal/HierarchySection.java index f69315dbd9..7b43f551e3 100644 --- a/client/src/com/vaadin/client/debug/internal/HierarchySection.java +++ b/client/src/com/vaadin/client/debug/internal/HierarchySection.java @@ -75,7 +75,7 @@ class HierarchySection implements Section { Arrays.asList("id", "caption", "description", "width", "height")); private final DebugButton tabButton = new DebugButton(Icon.HIERARCHY, - "Examine compoent hierarchy"); + "Examine component hierarchy"); private final FlowPanel content = new FlowPanel(); private final FlowPanel controls = new FlowPanel(); @@ -148,7 +148,7 @@ class HierarchySection implements Section { @Override public void log(Level level, String msg) { - // TODO + // NOP } private void generateWidgetset() { |