summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/debug/internal/HierarchySection.java4
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() {