From: Matti Tahvonen Date: Tue, 4 Mar 2008 10:51:32 +0000 (+0000) Subject: fixed javadoc X-Git-Tag: 6.7.0.beta1~4992 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=13b60842156863debbb79735b77994c938a3a916;p=vaadin-framework.git fixed javadoc svn changeset:3964/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/ui/CustomComponent.java b/src/com/itmill/toolkit/ui/CustomComponent.java index 9891b840d1..4815c3561b 100644 --- a/src/com/itmill/toolkit/ui/CustomComponent.java +++ b/src/com/itmill/toolkit/ui/CustomComponent.java @@ -23,14 +23,6 @@ import com.itmill.toolkit.terminal.PaintTarget; * @VERSION@ * @since 3.0 */ -/** - * @author mattitahvonen - * - */ -/** - * @author mattitahvonen - * - */ public class CustomComponent extends AbstractComponentContainer { /** @@ -119,8 +111,7 @@ public class CustomComponent extends AbstractComponentContainer { * Gets the component type. * * The component type is textual type of the component. This is included in - * the UIDL as component tag attribute. If the component type is null - * (default), the component tag is not included in the UIDL at all. + * the UIDL as component tag attribute. * * @return the component type. */