Skip to content

Commit f49ed78

Browse files
MatthiasWerninglukebakken
authored andcommitted
Re-add accidentally removed import of System.Diagnostics.CodeAnalysis
1 parent 49bb9df commit f49ed78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/api/ICredentialsRefresher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
//---------------------------------------------------------------------------
3131

3232
using System;
33-
using System.Collections.Concurrent;
3433
using System.Collections.Generic;
34+
using System.Diagnostics.CodeAnalysis;
3535
using System.Diagnostics.Tracing;
3636
using System.Threading.Tasks;
3737
using System.Timers;

0 commit comments

Comments
 (0)