From: Matti Tahvonen Date: Sat, 7 Dec 2013 13:10:30 +0000 (+0200) Subject: removed invalid documentation X-Git-Tag: 7.2.0.beta1~227 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78a6232b6b0dd2e6c89039e9ca50c164f2d9ab6a;p=vaadin-framework.git removed invalid documentation Change-Id: I8562c1853e17d008738d759bd33f57b9b57c1c4c --- diff --git a/server/src/com/vaadin/ui/AbstractComponent.java b/server/src/com/vaadin/ui/AbstractComponent.java index 61bcf00ad8..a0a87b260d 100644 --- a/server/src/com/vaadin/ui/AbstractComponent.java +++ b/server/src/com/vaadin/ui/AbstractComponent.java @@ -360,23 +360,16 @@ public abstract class AbstractComponent extends AbstractClientConnector } } - /* - * Tests if the component is in the immediate mode. Don't add a JavaDoc - * comment here, we use the default documentation from implemented - * interface. - */ public boolean isImmediate() { return getState(false).immediate; } /** - * Sets the component's immediate mode to the specified status. This method - * will trigger a {@link RepaintRequestEvent}. + * Sets the component's immediate mode to the specified status. * * @param immediate * the boolean value specifying if the component should be in the * immediate mode after the call. - * @see Component#isImmediate() */ public void setImmediate(boolean immediate) { getState().immediate = immediate;