Skip to content

Commit 386b136

Browse files
Remove interface override here
They will be added in a separate bug
1 parent 5cc3147 commit 386b136

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/rabbitmq/client/impl/recovery/AutorecoveringChannel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ public AMQP.Queue.DeleteOk queueDelete(String queue, boolean ifUnused, boolean i
289289
return delegate.queueDelete(queue, ifUnused, ifEmpty);
290290
}
291291

292-
@Override
293292
public void queueDeleteNoWait(String queue, boolean ifUnused, boolean ifEmpty) throws IOException {
294293
deleteRecordedQueue(queue);
295294
delegate.queueDeleteNoWait(queue, ifUnused, ifEmpty);

0 commit comments

Comments
 (0)