]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes invalid argument exception
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 18 May 2009 10:29:28 +0000 (10:29 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 18 May 2009 10:29:28 +0000 (10:29 +0000)
svn changeset:7847/svn branch:6.0

src/com/vaadin/tests/featurebrowser/FeatureLabel.java

index e3e02eed4779653c989c4d707e27cd07da4852be..f12a76b39b2a623a37e9a00d4ab2eb9aeff1960e 100644 (file)
@@ -31,10 +31,9 @@ public class FeatureLabel extends Feature {
                 new Integer(Label.CONTENT_PREFORMATTED),
                 new Integer(Label.CONTENT_TEXT),
                 new Integer(Label.CONTENT_XHTML),
-                new Integer(Label.CONTENT_XML) },
-                new Object[] { "Preformatted", "Text", "UIDL (Must be valid)",
-                        "XHTML Fragment(Must be valid)",
-                        "XML (Subtree with namespace)" });
+                new Integer(Label.CONTENT_XML) }, new Object[] {
+                "Preformatted", "Text", "XHTML Fragment(Must be valid)",
+                "XML (Subtree with namespace)" });
         propertyPanel.addProperties("Label Properties", ap);
 
         setJavadocURL("ui/Label.html");