Supress serialization warnings
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package org.springframework.retry;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public class TerminatedRetryException extends RetryException {
|
||||
|
||||
public TerminatedRetryException(String msg, Throwable cause) {
|
||||
|
||||
Reference in New Issue
Block a user