diff options
-rw-r--r-- | client/src/com/vaadin/client/ui/AbstractComponentConnector.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/src/com/vaadin/client/ui/AbstractComponentConnector.java b/client/src/com/vaadin/client/ui/AbstractComponentConnector.java index 5933441e0a..f6c26cda05 100644 --- a/client/src/com/vaadin/client/ui/AbstractComponentConnector.java +++ b/client/src/com/vaadin/client/ui/AbstractComponentConnector.java @@ -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); } } |