You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/11/27 14:50:43 UTC

tapestry-5 git commit: remove the other synchronization too

Repository: tapestry-5
Updated Branches:
  refs/heads/master a6f8d6f83 -> 6559d8c91


remove the other synchronization too


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6559d8c9
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6559d8c9
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6559d8c9

Branch: refs/heads/master
Commit: 6559d8c911c9e4bfd15d455f1d38c991d1fb6f26
Parents: a6f8d6f
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Fri Nov 27 14:50:31 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Fri Nov 27 14:50:31 2015 +0100

----------------------------------------------------------------------
 .../apache/tapestry5/internal/webresources/RhinoExecutorPool.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6559d8c9/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java
----------------------------------------------------------------------
diff --git a/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java b/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java
index 27fadbf..3a83599 100644
--- a/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java
+++ b/tapestry-webresources/src/main/java/org/apache/tapestry5/internal/webresources/RhinoExecutorPool.java
@@ -69,7 +69,7 @@ public class RhinoExecutorPool
         return createExecutor();
     }
 
-    private synchronized void put(RhinoExecutor executor)
+    private void put(RhinoExecutor executor)
     {
         executors.add(executor);
     }