]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added log message to ease migration (#8698)
authorArtur Signell <artur@vaadin.com>
Thu, 19 Apr 2012 10:57:41 +0000 (13:57 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 19 Apr 2012 19:10:33 +0000 (22:10 +0300)
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java

index 2d9398320ece9d8b3d31020241648459e450f0bf..2be35f053fc0d57d166f291486942f1ffcd5ec22 100644 (file)
@@ -2367,6 +2367,10 @@ public class ApplicationConnection {
             return true;
         }
 
+        if (!manageCaption) {
+            VConsole.error(Util.getConnectorString(connector)
+                    + " called updateComponent with manageCaption=false. The parameter was ignored - override delegateCaption() to return false instead. It is however not recommended to use caption this way at all.");
+        }
         return false;
     }