]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed invalid documentation
authorMatti Tahvonen <matti@vaadin.com>
Sat, 7 Dec 2013 13:10:30 +0000 (15:10 +0200)
committerMatti Tahvonen <matti@vaadin.com>
Tue, 17 Dec 2013 12:37:02 +0000 (14:37 +0200)
Change-Id: I8562c1853e17d008738d759bd33f57b9b57c1c4c

server/src/com/vaadin/ui/AbstractComponent.java

index 61bcf00ad8a43edaed67b0d6e19a2e67fdcf57e2..a0a87b260d67c2af24365d8cdf9ea32c5c4fd1c7 100644 (file)
@@ -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;