You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-servicebus/src/main/java/com/microsoft/azure/servicebus/primitives/MiscRequestResponseOperationHandler.java
+1-62Lines changed: 1 addition & 62 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
packagecom.microsoft.azure.servicebus.primitives;
2
2
3
-
importjava.time.ZonedDateTime;
4
3
importjava.util.*;
5
4
importjava.util.concurrent.CompletableFuture;
6
-
importjava.util.concurrent.ScheduledFuture;
7
5
8
6
importorg.apache.qpid.proton.amqp.DescribedType;
9
7
importorg.apache.qpid.proton.message.Message;
@@ -18,63 +16,26 @@ public final class MiscRequestResponseOperationHandler extends ClientEntity
String.format(Locale.US, "Open operation on CBSLink(%s) on Entity(%s) timed out at %s.", requestResponseOperationHandler.getClientId(), requestResponseOperationHandler.entityPath, ZonedDateTime.now().toString()));
0 commit comments