Skip to content

Commit

Permalink
[ISSUE apache#7926] Delete the unnecessary 'else' statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oopooa authored Mar 15, 2024
1 parent 3c27bfe commit 333c545
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ public boolean tryLock(final String group, final MessageQueue mq, final String c
log.error("RebalanceLockManager#tryLock: unexpected error, group={}, mq={}, clientId={}", group, mq,
clientId, e);
}
} else {

}

return true;
Expand Down

0 comments on commit 333c545

Please sign in to comment.