We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ecf35 commit c2d558cCopy full SHA for c2d558c
src/com/rabbitmq/client/ConsumerCancelledException.java
@@ -24,7 +24,6 @@ public class ConsumerCancelledException extends RuntimeException implements
24
/** Default for non-checking. */
25
private static final long serialVersionUID = 1L;
26
27
- @Override
28
public ConsumerCancelledException sensibleClone() {
29
try {
30
return (ConsumerCancelledException) super.clone();
0 commit comments