The GitHub Actions job "CI" on pekko-connectors.git/fix/javadoc-warnings has 
failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
ffc8a6552b356b85dd463e29afaa65d5c5ca3382 / 虎鸣 <[email protected]>
fix: fix javadoc warnings in file connector Java sources

Motivation:
Running `sbt doc` produces javadoc warnings in Java source files:
- 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.

Tests:
Manually verified via `sbt doc`

References:
Follow-up to #1173

Report URL: https://github.com/apache/pekko-connectors/actions/runs/28699655311

With regards,
GitHub Actions via GitBox


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

Reply via email to