]> source.dussan.org Git - vaadin-framework.git/commitdiff
Unified log message with other Property implementors (#9804) 31/31/1
authorArtur Signell <artur@vaadin.com>
Mon, 1 Oct 2012 20:40:29 +0000 (23:40 +0300)
committerArtur Signell <artur@vaadin.com>
Mon, 1 Oct 2012 20:40:29 +0000 (23:40 +0300)
Change-Id: I0833381d7f7871d062b04ef0ed5408f1777022af

server/src/com/vaadin/ui/Label.java

index 9434e921867171fe1512be5aeef121e1cba7f89a..89281e0c27e334dc101d86dd19cbd7ab46edf8b7 100644 (file)
@@ -219,7 +219,7 @@ public class Label extends AbstractComponent implements Property<String>,
     public String toString() {
         logger.warning("You are using Label.toString() to get the value for a "
                 + getClass().getSimpleName()
-                + ". This is not recommended and will not be supported in future versions.");
+                + ".  This will not be supported starting from Vaadin 7.1 (your debugger might call toString() and cause this message to appear).");
         return getValue();
     }