Skip to content

Commit c2d558c

Browse files
author
Emile Joubert
committed
Support Java 1.5
1 parent 61ecf35 commit c2d558c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/rabbitmq/client/ConsumerCancelledException.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public class ConsumerCancelledException extends RuntimeException implements
2424
/** Default for non-checking. */
2525
private static final long serialVersionUID = 1L;
2626

27-
@Override
2827
public ConsumerCancelledException sensibleClone() {
2928
try {
3029
return (ConsumerCancelledException) super.clone();

0 commit comments

Comments
 (0)