WW-4122 Improves loop

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1502449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-07-12 07:14:18 +00:00
parent 5766db9bb4
commit df7bd8b4eb
@@ -60,6 +60,7 @@ public class AnnotationParameterFilterIntereptor extends AbstractInterceptor {
//i.e take param name up to first . (period) and match against that
if (field.getName().equals(paramName)) {
allowed = true;
break;
}
}