提交 e39c3fc3 编写于 作者: K kohsuke

added serial version UID

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11335 71c3de6d-444a-0410-be80-ed276b4c234a
上级 b1e54ea3
......@@ -5,12 +5,13 @@ import org.apache.maven.reporting.MavenReport;
import java.util.List;
import java.util.ArrayList;
import java.io.Serializable;
/**
* {@link Action} to display links to the generated {@link MavenReport Maven reports}.
* @author Kohsuke Kawaguchi
*/
public final class ReportAction implements Action {
public final class ReportAction implements Action, Serializable {
private final List<Entry> entries = new ArrayList<Entry>();
......@@ -46,4 +47,6 @@ public final class ReportAction implements Action {
public String getUrlName() {
return "mavenReports";
}
private static final long serialVersionUID = 1L;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册