shoothzj opened a new pull request, #4328:
URL: https://github.com/apache/bookkeeper/pull/4328

   Fix #2950 
   
   ### Motivation
   
   The current class name `org.apache.bookkeeper.server.Main` is generic, which 
makes it less informative about the class's purpose in the context of 
BookKeeper. This can lead to confusion, especially for new contributors or 
during debugging sessions. By renaming this class to `BookkeeperStarter`, we 
aim to improve code clarity and express the class's role in starting the 
BookKeeper server more explicitly.
   
   ### Changes
   
   - Renamed `Main` class to `BookkeeperStarter` in all occurrences within the 
project.
   - Updated references in scripts, test cases, and Java files to reflect the 
new class name.
   - Minor cleanups in the `BookkeeperStarter` class
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to