Skip to content

Commit

Permalink
Fix serial compiler warning on new exception
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Apr 4, 2018
1 parent 13074f3 commit b299aa0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@
* create a new channel at the moment.
*
* @author Artem Bilan
* @author Gary Russell
*
* @since 1.7.7
*/
@SuppressWarnings("serial")
public class AmqpResourceNotAvailableException extends AmqpException {

public AmqpResourceNotAvailableException(String message) {
Expand Down

0 comments on commit b299aa0

Please sign in to comment.