Skip to content

Commit 867b487

Browse files
committed
Update obsolete message for cat node attributes
1 parent e2c990f commit 867b487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Nest/Cat/CatNodeAttributes/CatNodeAttributesRequest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
namespace Nest
55
{
6-
[Obsolete()]
6+
[Obsolete("Scheduled to be removed in 5.0. Use ICatNodeAttributesRequest instead.")]
77
public partial interface ICatNodeattrsRequest { }
88

9-
[Obsolete()]
9+
[Obsolete("Scheduled to be removed in 5.0. Use CatNodeAttributesRequest instead.")]
1010
public partial class CatNodeattrsRequest { }
1111

12-
[Obsolete()]
12+
[Obsolete("Scheduled to be removed in 5.0. Use CatNodeAttributesDescriptor instead.")]
1313
public partial class CatNodeattrsDescriptor { }
1414

1515

0 commit comments

Comments
 (0)