You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "nikam14 (via GitHub)" <gi...@apache.org> on 2023/05/11 09:23:53 UTC

[GitHub] [rocketmq] nikam14 opened a new issue, #6738: [Enhancement] Removing unwanted else block in RebalanceLockManager.java

nikam14 opened a new issue, #6738:
URL: https://github.com/apache/rocketmq/issues/6738

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature.
   
   
   ### Summary
   
   location - rocketmq/broker/src/main/java/org/apache/rocketmq/broker/client/rebalance/RebalanceLockManager.java 
   line - 101.
   screenshot - 
   ![else](https://github.com/apache/rocketmq/assets/55378196/8b496671-41f4-4894-b001-d45de5a7f756)
   
   There is no code written in that else block.
   can be removed.
   
   ### Motivation
   
   increase code quality.
   
   
   ### Describe the Solution You'd Like
   
   remove the else block.
   
   ### Describe Alternatives You've Considered
   
   no alternatives.
   
   ### Additional Context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org