Skip to content

Commit 4d9e30a

Browse files
committed
Fix #1225: corrected outdated xmldocs for AddContractJsonConverters()
1 parent 191d7ae commit 4d9e30a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Nest/Domain/Connection/ConnectionSettings.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ public T SetJsonSerializerSettingsModifier(Action<JsonSerializerSettings> modifi
139139
}
140140
/// <summary>
141141
/// Add a custom JsonConverter to the build in json serialization by passing in a predicate for a type.
142-
/// This is faster then adding them using AddJsonConverters() because this way they will be part of the cached
143-
/// Json.net contract for a type.
144142
/// </summary>
145143
public T AddContractJsonConverters(params Func<Type, JsonConverter>[] contractSelectors)
146144
{

0 commit comments

Comments
 (0)