Supress serialization warnings

This commit is contained in:
Dave Syer
2011-03-25 12:44:41 +00:00
parent 4bd297691e
commit a97db67845
14 changed files with 14 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
package org.springframework.retry;
@SuppressWarnings("serial")
public class TerminatedRetryException extends RetryException {
public TerminatedRetryException(String msg, Throwable cause) {