From 4c9fd071afefb3845eae83c2f7a7c7480f6b90cc Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 28 Dec 2009 08:06:02 +0000 Subject: [PATCH] Minor javadoc update svn changeset:10545/svn branch:6.2 --- .../gwt/server/PortletRequestListener.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/com/vaadin/terminal/gwt/server/PortletRequestListener.java b/src/com/vaadin/terminal/gwt/server/PortletRequestListener.java index 43898faa54..f2a3386b13 100644 --- a/src/com/vaadin/terminal/gwt/server/PortletRequestListener.java +++ b/src/com/vaadin/terminal/gwt/server/PortletRequestListener.java @@ -11,15 +11,15 @@ import com.vaadin.service.ApplicationContext.TransactionListener; import com.vaadin.terminal.Terminal; /** - * {@link Application} that implements this interface gets notified of request - * start and end by terminal. It is quite similar to + * An {@link Application} that implements this interface gets notified of + * request start and end by the terminal. It is quite similar to the * {@link HttpServletRequestListener}, but the parameters are Portlet specific. - * If Application is used deployed as both Servlet and Portlet, one most likely - * needs to implement both. + * If an Application is deployed as both a Servlet and a Portlet, one most + * likely needs to implement both. *

* Only JSR 286 style Portlets are supported. *

- * Interface can be used for several helper tasks including: + * The interface can be used for several helper tasks including: *