]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed javadoc
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 4 Mar 2008 10:51:32 +0000 (10:51 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 4 Mar 2008 10:51:32 +0000 (10:51 +0000)
svn changeset:3964/svn branch:trunk

src/com/itmill/toolkit/ui/CustomComponent.java

index 9891b840d15f8bbde57104f85738d4713321649e..4815c3561b8c06c08cb0a9bfc68f52b063effef4 100644 (file)
@@ -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.
      */