Skip to content

Commit eb8d14e

Browse files
committed
[JAVA-263]: didnt mean to make it synchronized
1 parent b0e163e commit eb8d14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/com/mongodb/DBTCPConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ void testMaster()
403403
}
404404
}
405405

406-
private synchronized boolean _set( ServerAddress addr ){
406+
private boolean _set( ServerAddress addr ){
407407
if ( _curMaster == addr && _masterPortPool != null )
408408
return false;
409409
_curMaster = addr;

0 commit comments

Comments
 (0)