This commit is contained in:
Shinsuke Sugaya 2014-01-31 17:41:58 +09:00
parent 6210e58ea6
commit 6e7a818389

View file

@ -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");
}
}