提交 0eb370ff 编写于 作者: K kohsuke

pushing up the name field.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13961 71c3de6d-444a-0410-be80-ed276b4c234a
上级 83266d84
......@@ -331,6 +331,7 @@ public final class Hudson extends View implements ItemGroup<TopLevelItem>, Node,
private transient final LogRecorderManager log = new LogRecorderManager();
public Hudson(File root, ServletContext context) throws IOException {
super(Messages.Hudson_ViewName());
this.root = root;
this.servletContext = context;
if(theInstance!=null)
......@@ -865,10 +866,6 @@ public final class Hudson extends View implements ItemGroup<TopLevelItem>, Node,
}
}
public String getViewName() {
return Messages.Hudson_ViewName();
}
/**
* Gets the read-only list of all {@link Computer}s.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册