AMQ-9156 - fix formatting

(cherry picked from commit 3bd099f469)
This commit is contained in:
Christopher L. Shannon (cshannon) 2022-11-03 10:44:26 -04:00
parent 58666afffd
commit 2306a26aef
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ public class TopicSubscription extends AbstractSubscription {
if (isUseTopicSubscriptionInflightStats()) {
synchronized(dispatchLock) {
for (DispatchedNode node : dispatched) {
if (node.getDestination()== destination) {
if (node.getDestination() == destination) {
//We only need to clean up inflight message size here on the sub stats as
//inflight on destination stat is cleaned up on destroy
getSubscriptionStatistics().getInflightMessageSize().addSize(-node.getSize());