fix #96
This commit is contained in:
parent
6210e58ea6
commit
6e7a818389
1 changed files with 9 additions and 0 deletions
|
@ -16,10 +16,19 @@
|
|||
|
||||
package jp.sf.fess.action.admin;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
||||
import jp.sf.fess.crud.action.admin.BsJobLogAction;
|
||||
import jp.sf.fess.helper.SystemHelper;
|
||||
|
||||
public class JobLogAction extends BsJobLogAction {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Resource
|
||||
protected SystemHelper systemHelper;
|
||||
|
||||
public String getHelpLink() {
|
||||
return systemHelper.getHelpLink("jobLog");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue