Author: chris.laprun(a)jboss.com
Date: 2008-01-10 16:34:08 -0500 (Thu, 10 Jan 2008)
New Revision: 9480
Modified:
modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/aspects/portlet/ValveInterceptor.java
Log:
- Typo.
Modified:
modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/aspects/portlet/ValveInterceptor.java
===================================================================
---
modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/aspects/portlet/ValveInterceptor.java 2008-01-10
21:07:34 UTC (rev 9479)
+++
modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/aspects/portlet/ValveInterceptor.java 2008-01-10
21:34:08 UTC (rev 9480)
@@ -24,9 +24,9 @@
import org.jboss.portal.common.concurrent.Valve;
import org.jboss.portal.common.invocation.InvocationException;
-import org.jboss.portal.portlet.container.PortletContainer;
import org.jboss.portal.portlet.container.PortletApplication;
import org.jboss.portal.portlet.container.PortletApplicationContext;
+import org.jboss.portal.portlet.container.PortletContainer;
import org.jboss.portal.portlet.container.PortletContainerInvoker;
import org.jboss.portal.portlet.invocation.PortletInterceptor;
import org.jboss.portal.portlet.invocation.PortletInvocation;
@@ -35,7 +35,7 @@
/**
* This aspect has two responsabilities :<br/> <ul> <li>continue the
request only if the portlet container valve is
- * open. When the valle is closed, it will return an unavailable response to the caller.
When the valve is open then the
+ * open. When the valve is closed, it will return an unavailable response to the caller.
When the valve is open then the
* current thread of execution enters the valve for the duration of the call.</li>
<li> if the response from the next
* aspect is an unavailable result, stop the container in order to destroy the portlet
and implement this part of the
* portlet specification.</li> </ul>
Show replies by date