aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/ProgressIndicator.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/ProgressIndicator.java')
-rw-r--r--src/com/vaadin/ui/ProgressIndicator.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/com/vaadin/ui/ProgressIndicator.java b/src/com/vaadin/ui/ProgressIndicator.java
index 30555f9427..cc17333cc4 100644
--- a/src/com/vaadin/ui/ProgressIndicator.java
+++ b/src/com/vaadin/ui/ProgressIndicator.java
@@ -150,17 +150,6 @@ public class ProgressIndicator extends AbstractField<Number> implements
}
/**
- * @see com.vaadin.ui.AbstractField#toString()
- * @deprecated use the data source value instead of toString()
- */
- @Deprecated
- @Override
- public String toString() {
- throw new UnsupportedOperationException(
- "Use Property.getValue() instead of ProgressIndicator.toString()");
- }
-
- /**
* @see com.vaadin.ui.AbstractField#getType()
*/
@Override