Skip to content

Commit f66efea

Browse files
committed
Fix failing conventions test: ClusterAllocationExplainJsonCnverter was not internal
1 parent d48cbcb commit f66efea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainResponseJsonConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Nest
99
// TODO this custom converter is in place because the response changed from ES 5.0 to ES 5.2
1010
// so we are supporting both formats. In 6.0 we should remove this entirely and only support
1111
// the new format.
12-
public class ClusterAllocationExplainResponseJsonConverter : JsonConverter
12+
internal class ClusterAllocationExplainResponseJsonConverter : JsonConverter
1313
{
1414
public override bool CanRead { get; } = true;
1515

0 commit comments

Comments
 (0)