summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-03-04 10:51:32 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-03-04 10:51:32 +0000
commit13b60842156863debbb79735b77994c938a3a916 (patch)
tree04723d2cc35aa7dd3ebb400eb9555aafcf682c4b /src
parent707960f829ab10ccbb71cee04f2ee5db3177071a (diff)
downloadvaadin-framework-13b60842156863debbb79735b77994c938a3a916.tar.gz
vaadin-framework-13b60842156863debbb79735b77994c938a3a916.zip
fixed javadoc
svn changeset:3964/svn branch:trunk
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/ui/CustomComponent.java11
1 files changed, 1 insertions, 10 deletions
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.
*/