Skip to content

Commit

Permalink
ARTEMIS-2222 removing unecessary check for positioning on page
Browse files Browse the repository at this point in the history
  • Loading branch information
yb authored and clebertsuconic committed Jan 9, 2019
1 parent 5aeee1f commit 8acdbc6
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -1315,9 +1315,7 @@ private PagedReference moveNext() {
}
}

if (!ignored) {
position = message.getPosition();
}
position = message.getPosition();

if (valid) {
match = match(message.getMessage());
Expand Down

0 comments on commit 8acdbc6

Please sign in to comment.