File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
driver-core/src/main/com/mongodb/internal/connection Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 30
30
import com .mongodb .connection .ConnectionPoolSettings ;
31
31
import com .mongodb .connection .ServerDescription ;
32
32
import com .mongodb .connection .ServerId ;
33
- import com .mongodb .event .ConnectionAddedEvent ;
34
33
import com .mongodb .event .ConnectionCheckOutFailedEvent ;
35
34
import com .mongodb .event .ConnectionCheckOutFailedEvent .Reason ;
36
35
import com .mongodb .event .ConnectionCheckOutStartedEvent ;
@@ -504,7 +503,7 @@ private void connectionPoolCreated(final ConnectionPoolListener connectionPoolLi
504
503
* Send both current and deprecated events in order to preserve backwards compatibility.
505
504
* Must not throw {@link Exception}s.
506
505
*
507
- * @return A {@link TimePoint} after executing {@link ConnectionPoolListener#connectionAdded(ConnectionAddedEvent)},
506
+ * @return A {@link TimePoint} after executing {@link ConnectionPoolListener#connectionAdded(com.mongodb.event. ConnectionAddedEvent)},
508
507
* {@link ConnectionPoolListener#connectionCreated(ConnectionCreatedEvent)}.
509
508
* This order is required by
510
509
* <a href="https://github.com/mongodb/specifications/blob/master/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst#events">CMAP</a>
You can’t perform that action at this time.
0 commit comments