fix #143
This commit is contained in:
parent
6b6ff3e136
commit
789949fe3b
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ import java.util.Map;
|
|||
|
||||
import jp.sf.fess.util.SearchParamMap;
|
||||
|
||||
import org.seasar.struts.action.S2RequestProcessor;
|
||||
import org.codelibs.sastruts.core.struts.action.SSCRequestProcessor;
|
||||
|
||||
public class FessRequestProcessor extends S2RequestProcessor {
|
||||
public class FessRequestProcessor extends SSCRequestProcessor {
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
protected void setMapProperty(final Map map, final String name,
|
||||
|
|
Loading…
Add table
Reference in a new issue