]> source.dussan.org Git - vaadin-framework.git/commitdiff
Typo in the Profiler log (#15426)
authorAMahdy AbdElAziz <amahdy7@gmail.com>
Fri, 19 Dec 2014 08:49:29 +0000 (10:49 +0200)
committerAMahdy AbdElAziz <amahdy7@gmail.com>
Tue, 23 Dec 2014 15:15:04 +0000 (15:15 +0000)
Horizontally is done in the block before this one. Vertically is done here.

Change-Id: I230297edb26ee41106d50756ae5221fd108fba21

client/src/com/vaadin/client/LayoutManager.java

index bf79009f4cc1ed73f364172dd3e821bc5a69eee1..2f39eaedd457da27d7ac34e336a51d5ddaa54eda 100644 (file)
@@ -443,7 +443,7 @@ public class LayoutManager {
                         try {
                             String key = null;
                             if (Profiler.isEnabled()) {
-                                key = "layoutHorizontally() for "
+                                key = "layoutVertically() for "
                                         + Util.getSimpleName(cl);
                                 Profiler.enter(key);
                             }