Suppress compiler warnings

This commit is contained in:
Dave Syer
2015-01-02 07:29:48 +00:00
parent 1a4658dedc
commit 2a718a2d40

View File

@@ -5,6 +5,7 @@ import org.springframework.context.ApplicationEvent;
/**
* @author Spencer Gibb
*/
@SuppressWarnings("serial")
public class RefreshScopeRefreshedEvent extends ApplicationEvent {
public static final String DEFAULT_NAME = "__refreshAll__";
private String name;