Skip to content

Commit b107f16

Browse files
Correct a TODO
1 parent 5ef180d commit b107f16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/client/RabbitMQ.Client/src/client/exceptions/OperationInterruptedException.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ namespace RabbitMQ.Client.Exceptions
5252
/// </summary>
5353
[Serializable]
5454
public class OperationInterruptedException
55-
// Eventually, as part of .NET 3.0, we get to inherit from ...
56-
/* : OperationCanceledException */
57-
// Until then, there's sadly nothing better to inherit from than ...
55+
// TODO: inherit from OperationCanceledException
5856
: Exception
5957
{
6058
///<summary>Possible explanation for the interruption. May be null.</summary>

0 commit comments

Comments
 (0)