From: Artur Signell Date: Mon, 28 Dec 2009 08:06:02 +0000 (+0000) Subject: Minor javadoc update X-Git-Tag: 6.7.0.beta1~2084^2~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4c9fd071afefb3845eae83c2f7a7c7480f6b90cc;p=vaadin-framework.git Minor javadoc update svn changeset:10545/svn branch:6.2 --- 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: *