[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit:[23432] plugins/FTP/trunk/ftp/ConnectionManager.java
From:       ezust () users ! sourceforge ! net
Date:       2014-03-10 19:19:23
Message-ID: E1WN5jS-0001LD-Pc () sfs-ml-2 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 23432
          http://sourceforge.net/p/jedit/svn/23432
Author:   ezust
Date:     2014-03-10 19:19:22 +0000 (Mon, 10 Mar 2014)
Log Message:
-----------
We don't need that extra synchronized here. 

Modified Paths:
--------------
    plugins/FTP/trunk/ftp/ConnectionManager.java

Modified: plugins/FTP/trunk/ftp/ConnectionManager.java
===================================================================
--- plugins/FTP/trunk/ftp/ConnectionManager.java	2014-03-09 18:48:30 UTC (rev 23431)
+++ plugins/FTP/trunk/ftp/ConnectionManager.java	2014-03-10 19:19:22 UTC (rev 23432)
@@ -495,7 +495,7 @@
 	} //}}}
 
 	//{{{ getConnection() method
-	public static synchronized Connection getConnection(ConnectionInfo info) throws \
IOException { +	public static Connection getConnection(ConnectionInfo info) throws \
IOException {  Connection connect = null;
 		synchronized(lock) {
 			for (Connection conn : connections)

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic