mirror of
https://github.com/happyfish100/fastdfs-client-java.git
synced 2026-09-21 13:31:50 +00:00
change config files
This commit is contained in:
@@ -35,7 +35,7 @@ public class ConnectionManager {
|
||||
/**
|
||||
* free connections
|
||||
*/
|
||||
private LinkedList<Connection> freeConnections = new LinkedList<Connection>();
|
||||
private LinkedList<Connection> freeConnections = new LinkedList<Connection>();
|
||||
|
||||
private ConnectionManager() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user