Skip to content

Commit

Permalink
WW-4119 Improves loop
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1502452 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lukaszlenart committed Jul 12, 2013
1 parent 589917d commit 1c4a8ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public void beforeResult(ActionInvocation invocation, String resultCode) {
for (Object item : root) {
if (item.equals(newModel)) {
needsRefresh = false;
break;
}
}

Expand Down

0 comments on commit 1c4a8ef

Please sign in to comment.