Suppress compiler warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user