[jboss-svn-commits] JBoss Portal SVN: r5591 - trunk/portlet/src/main/org/jboss/portal/portlet/management
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Nov 7 07:45:42 EST 2006
Author: thomas.heute at jboss.com
Date: 2006-11-07 07:45:39 -0500 (Tue, 07 Nov 2006)
New Revision: 5591
Modified:
trunk/portlet/src/main/org/jboss/portal/portlet/management/PortletContainerManagementInterceptorImpl.java
Log:
Fixed comment
Modified: trunk/portlet/src/main/org/jboss/portal/portlet/management/PortletContainerManagementInterceptorImpl.java
===================================================================
--- trunk/portlet/src/main/org/jboss/portal/portlet/management/PortletContainerManagementInterceptorImpl.java 2006-11-06 09:00:07 UTC (rev 5590)
+++ trunk/portlet/src/main/org/jboss/portal/portlet/management/PortletContainerManagementInterceptorImpl.java 2006-11-07 12:45:39 UTC (rev 5591)
@@ -43,7 +43,7 @@
private Map map = new ConcurrentHashMap();
- // Thread safety is not insured. Might be ok for metrics.
+ // Correctness is not insured.
protected Object invoke(PortletInvocation invocation) throws Exception, InvocationException
{
PortletContext portlet = (PortletContext)invocation.getAttribute(PortletInvocation.REQUEST_SCOPE, PortletInvocation.PORTLET_CONTEXT_ATTRIBUTE);
More information about the jboss-svn-commits
mailing list