Skip to content

Commit 7222585

Browse files
authored
remove implementation-specific comments
1 parent 3c3827c commit 7222585

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/client/RabbitMQ.Client/src/client/api/IConnectionFactory.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ public interface IConnectionFactory
135135
IConnection CreateConnection(IList<string> hostnames, String clientProvidedName);
136136

137137
/// <summary>
138-
/// Create a connection using a list of endpoints. By default each endpoint will be tried
139-
/// in a random order until a successful connection is found or the list is exhausted.
138+
/// Create a connection using a list of endpoints.
140139
/// The selection behaviour can be overriden by configuring the EndpointResolverFactory.
141140
/// </summary>
142141
/// <param name="endpoints">

0 commit comments

Comments
 (0)