From dda3797ee1c89aa2d62a2b99e2fde8967aa95b81 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 22 May 2014 16:06:51 +0300 Subject: Javadoc correction Change-Id: I58c89f6c8b2c72e233b1d9e5413da1d6cbc36285 --- server/src/com/vaadin/server/VaadinService.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'server') 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) -- cgit v1.2.3