aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Label.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/Label.java')
-rw-r--r--src/com/vaadin/ui/Label.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/vaadin/ui/Label.java b/src/com/vaadin/ui/Label.java
index 7c6727a1ba..22aa0514e1 100644
--- a/src/com/vaadin/ui/Label.java
+++ b/src/com/vaadin/ui/Label.java
@@ -152,16 +152,6 @@ public class Label extends AbstractComponent implements Property,
}
/**
- * Get the component UIDL tag.
- *
- * @return the Component UIDL tag as string.
- */
- @Override
- public String getTag() {
- return "label";
- }
-
- /**
* Set the component to read-only. Readonly is not used in label.
*
* @param readOnly
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 1ed4f8b9c8eeabf71b7d77bc63558931d4419dd7 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
<head>
	<script> window.location.href="index.php"; </script>
	<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>