Skip to content

Commit 3ddcd23

Browse files
committed
Add TODO to make internal for 2.0
1 parent 64e88b4 commit 3ddcd23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elasticsearch.Net/Domain/Response/ElasticsearchResponse.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
namespace Elasticsearch.Net
2121
{
22+
// TODO: Make this class internal in 2.0
2223
public static class ElasticsearchResponse
2324
{
2425
internal static ElasticsearchResponse<TTo> CloneFrom<TTo>(IElasticsearchResponse from, TTo to)

0 commit comments

Comments
 (0)