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,