]> source.dussan.org Git - vaadin-framework.git/commitdiff
Javadoc correction
authorArtur Signell <artur@vaadin.com>
Thu, 22 May 2014 13:06:51 +0000 (16:06 +0300)
committerLeif Åstrand <leif@vaadin.com>
Thu, 22 May 2014 15:43:51 +0000 (15:43 +0000)
Change-Id: I58c89f6c8b2c72e233b1d9e5413da1d6cbc36285

server/src/com/vaadin/server/VaadinService.java

index 6aeac684c29a73d228f408955c9c2c5bfd640740..08bc6f5c79831b53754d111f82950400eaa539d1 100644 (file)
@@ -941,12 +941,12 @@ public abstract class VaadinService implements Serializable {
     }
 
     /**
-     * Gets the currently processed Vaadin request. The current request is
-     * automatically defined when the request is started. The current request
+     * Gets the currently processed Vaadin response. The current response is
+     * automatically defined when the request is started. The current response
      * can not be used in e.g. background threads because of the way server
-     * implementations reuse request instances.
+     * implementations reuse response instances.
      * 
-     * @return the current Vaadin request instance if available, otherwise
+     * @return the current Vaadin response instance if available, otherwise
      *         <code>null</code>
      * 
      * @see #setCurrentInstances(VaadinRequest, VaadinResponse)