]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove notice about using generics from error message (#12873)
authorLeif Åstrand <leif@vaadin.com>
Fri, 28 Mar 2014 08:47:28 +0000 (10:47 +0200)
committerLeif Åstrand <leif@vaadin.com>
Fri, 28 Mar 2014 08:47:28 +0000 (10:47 +0200)
Change-Id: Id2f56090533fdce756051b32547b3dcaa4f94f93

client/src/com/vaadin/client/ui/AbstractComponentConnector.java

index 5933441e0abe04fae40c42988d167df9ec5c8a3e..f6c26cda05efa80babec7c42ab785d11de025e6f 100644 (file)
@@ -91,9 +91,8 @@ public abstract class AbstractComponentConnector extends AbstractConnector
                     "Default implementation of createWidget() does not work for "
                             + Util.getSimpleName(this)
                             + ". This might be caused by explicitely using "
-                            + "super.createWidget(), using a widget type with "
-                            + "generics or some unspecified problem with the "
-                            + "widgetset compilation.", e);
+                            + "super.createWidget() or some unspecified "
+                            + "problem with the widgetset compilation.", e);
         }
     }