He-Pin opened a new pull request, #1744:
URL: https://github.com/apache/pekko-connectors/pull/1744

   ## Motivation
   
   Running `sbt doc` produces javadoc warnings in Java source files of the file 
connector module:
   - Scala-style `[[...]]` links are not recognized by javadoc
   - Multi-line `{@link}` tags cause "Could not find any member to link" 
warnings
   
   ## Modification
   
   - `javadsl/FileTailSource.java`: Replace 
`[[org.apache.pekko.stream.KillSwitch]]` with `{@code ...}`, fix multi-line 
`{@link}` formatting
   - `impl/FileTailSource.java`: Same fixes as above
   
   ## Result
   
   Javadoc warnings in these files are eliminated, improving documentation 
quality.
   
   ## Tests
   
   Manually verified via `sbt doc`
   
   ## References
   
   Follow-up to #1173


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to