Skip to content

Commit b299aa0

Browse files
committed
Fix serial compiler warning on new exception
1 parent 13074f3 commit b299aa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-amqp/src/main/java/org/springframework/amqp/AmqpResourceNotAvailableException.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@
2222
* create a new channel at the moment.
2323
*
2424
* @author Artem Bilan
25+
* @author Gary Russell
2526
*
2627
* @since 1.7.7
2728
*/
29+
@SuppressWarnings("serial")
2830
public class AmqpResourceNotAvailableException extends AmqpException {
2931

3032
public AmqpResourceNotAvailableException(String message) {

0 commit comments

Comments
 (0)