You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2008/07/01 08:59:32 UTC

svn commit: r673009 - /forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java

Author: thorsten
Date: Mon Jun 30 23:59:32 2008
New Revision: 673009

URL: http://svn.apache.org/viewvc?rev=673009&view=rev
Log:
FIXME: FOR-1082 we added synchronized because of problems with Concurrency. Adding note

Modified:
    forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java

Modified: forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
URL: http://svn.apache.org/viewvc/forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java?rev=673009&r1=673008&r2=673009&view=diff
==============================================================================
--- forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java (original)
+++ forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java Mon Jun 30 23:59:32 2008
@@ -184,6 +184,9 @@
      * Execute the current request against the locationmap returning the
      * resulting string.
      */
+    /* FIXME: FOR-1082 we added synchronized because of problems
+     * with Concurrency.
+     */
     public synchronized Object getAttribute(
         final String name,
         final Configuration modeConf,