ARTEMIS-2222 removing unecessary check for positioning on page

This commit is contained in:
yb 2019-01-08 17:31:08 +08:00 committed by Clebert Suconic
parent 5aeee1fcea
commit 8acdbc6237
1 changed files with 1 additions and 3 deletions

View File

@ -1315,9 +1315,7 @@ public final class PageSubscriptionImpl implements PageSubscription {
}
}
if (!ignored) {
position = message.getPosition();
}
position = message.getPosition();
if (valid) {
match = match(message.getMessage());