Skip to content

Commit 14cbc1c

Browse files
delete Obsolete
1 parent b47211c commit 14cbc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/src/Auth/ICredentialsProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Ydb.Sdk.Auth;
44

55
public interface ICredentialsProvider
66
{
7-
[Obsolete("For removal in 1.*")]
7+
// For removal in 1.*
88
string? GetAuthInfo();
99

1010
ValueTask<string?> GetAuthInfoAsync()

0 commit comments

Comments
 (0)