raveendra11 opened a new pull request, #7240:
URL: https://github.com/apache/gravitino/pull/7240

   ### Title 
   
   [#7214] fix(docs): resolve Javadoc issues in `:flink-connector:flink:javadoc`
   
   ### What changes were proposed in this pull request?
   
   This PR fixes multiple Javadoc generation issues within the 
`:flink-connector:flink` module. Specifically:
   
   * Fixed malformed or incomplete Javadoc comments.
   * Escaped HTML characters where needed.
   * Corrected invalid references and broken links in Javadoc annotations.
   
   ### Why are the changes needed?
   
   These changes are necessary to ensure:
   
   1. Javadoc can be successfully generated without warnings or errors.
   2. Code quality and documentation consistency are maintained.
   3. CI builds involving Javadoc generation (especially with `spotlessApply` 
or similar tasks) pass without failure.
   
   ### Does this PR introduce *any* user-facing change?
   
   No user-facing changes are introduced. All changes are limited to internal 
documentation (Javadoc).
   
   ### How was this patch tested?
   
   * Ran `./gradlew :flink-connector:flink:javadoc` to confirm successful 
Javadoc generation.
   * Verified that `spotlessCheck` and `spotlessApply` pass without formatting 
or documentation issues.
   * Manually reviewed the modified Javadoc for correctness and clarity.
   


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