From: Artur Signell Date: Thu, 22 May 2014 13:06:51 +0000 (+0300) Subject: Javadoc correction X-Git-Tag: 7.4.0.alpha2~10^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dda3797ee1c89aa2d62a2b99e2fde8967aa95b81;p=vaadin-framework.git Javadoc correction Change-Id: I58c89f6c8b2c72e233b1d9e5413da1d6cbc36285 --- diff --git a/server/src/com/vaadin/server/VaadinService.java b/server/src/com/vaadin/server/VaadinService.java index 6aeac684c2..08bc6f5c79 100644 --- a/server/src/com/vaadin/server/VaadinService.java +++ b/server/src/com/vaadin/server/VaadinService.java @@ -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 * null * * @see #setCurrentInstances(VaadinRequest, VaadinResponse)