Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions LinqToLdap/LdapConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public LdapConfiguration AddMappingsFrom(string assemblyName)
/// The server name can be an IP address, a DNS domain or host name.
/// </param>
/// <exception cref="ArgumentNullException">
/// THrown if <paramref name="serverName"/> is null, empty or white-space.
/// Thrown if <paramref name="serverName"/> is null, empty or white-space.
/// </exception>
public ILdapConnectionFactoryConfiguration ConfigureFactory(string serverName)
{
Expand All @@ -264,7 +264,7 @@ public ILdapConnectionFactoryConfiguration ConfigureFactory(string serverName)
/// The server name can be an IP address, a DNS domain or host name.
/// </param>
/// <exception cref="ArgumentNullException">
/// THrown if <paramref name="serverName"/> is null, empty or white-space.
/// Thrown if <paramref name="serverName"/> is null, empty or white-space.
/// </exception>
public IPooledConnectionFactoryConfiguration ConfigurePooledFactory(string serverName)
{
Expand Down Expand Up @@ -336,4 +336,4 @@ public LdapConfiguration LogTo(ILinqToLdapLogger log)
return this;
}
}
}
}