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

   ### Motivation
   The current documentation incorrectly uses "Enumerator" when referring to 
the Java standard interface `java.util.Enumeration`. "Enumerator" is not a 
valid Java term, leading to confusion and inaccuracies.
   
   **Impact**
   1. Misleads developers searching for non-existent `Enumerator` APIs
   2. Creates inconsistency with Java official documentation, reducing the 
professionalism of the document
   
   ### Changes
    Replaced all `Enumerator` references with `Enumeration`
   


-- 
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