mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Remove annoying warning
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@731023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
-3
@@ -398,9 +398,6 @@ public class DefaultResultMapBuilder implements ResultMapBuilder {
|
||||
if (!params.containsKey(defaultParamName)) {
|
||||
params.put(defaultParamName, info.location);
|
||||
}
|
||||
} else if (LOG.isWarnEnabled()){
|
||||
LOG.warn("Result [#0] for action class [#1] is missing the location", info.name,
|
||||
actionClass.getSimpleName());
|
||||
}
|
||||
|
||||
return new ResultConfig.Builder(info.name, resultTypeConfig.getClassName()).addParams(params).build();
|
||||
|
||||
Reference in New Issue
Block a user