]> source.dussan.org Git - vaadin-framework.git/commitdiff
Limited UIDL-object to GWT compatible API
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 6 Jun 2007 11:31:08 +0000 (11:31 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 6 Jun 2007 11:31:08 +0000 (11:31 +0000)
svn changeset:1620/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/UIDL.java

index d0235dfc4b009c097c4ecdf4d1711c7a5d444341..d40f29e388bfb330fa673416ec3c4edab86c0566 100644 (file)
@@ -84,8 +84,8 @@ public class UIDL {
                                                return new XML(c.isObject());
                                        else
                                                throw new IllegalStateException(
-                                                               "Illegal child of type "
-                                                                               + c.getClass().toString() + " in tag "
+                                                               "Illegal child "
+                                                                               + c + " in tag "
                                                                                + getTag() + " at index " + index);
                                }
                                return null;