]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix a typo
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 20 Jul 2012 15:02:36 +0000 (15:02 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 20 Jul 2012 15:02:36 +0000 (15:02 +0000)
svn changeset:24019/svn branch:6.8

src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java

index 95d2fd0b5f4c3bf080b17466199b171bad119d30..90912b4449ba659f04ee277aaf4f71d09656b06a 100644 (file)
@@ -29,7 +29,7 @@ import com.vaadin.terminal.gwt.client.ui.VView;
 import com.vaadin.terminal.gwt.client.ui.VWindow;
 
 public class VUIDLBrowser extends SimpleTree {
-    private static final String HELP = "Shift click handle to open recursively. Click components to hightlight them on client side. Shift click components to highlight them also on the server side.";
+    private static final String HELP = "Shift click handle to open recursively. Click components to highlight them on client side. Shift click components to highlight them also on the server side.";
     private ApplicationConfiguration conf;
     private String highlightedPid;
 
@@ -201,7 +201,7 @@ public class VUIDLBrowser extends SimpleTree {
                     tmp.addItem(name + "=" + value);
                 }
                 if (tmp != null) {
-                   add(tmp);
+                    add(tmp);
                 }
             } catch (final Exception e) {
                 // Ignored, no variables