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

Head commit for run:
2f9732fe2bfffd30abfe78da8535b033b47e963f / 虎鸣 <[email protected]>
fix: fix additional javadoc warnings in Java sources

Motivation:
Additional javadoc warnings found:
- Scala-style `[[...]]` links in HttpEntity, HttpMessage, HttpMethod,
  ServerSentEvent, ContentTypeResolver
- Remaining multi-line `{@link}` tags in HttpApp.java

Modification:
- Replace `[[value]]` with `{@link #value()}` in HttpMethod.java
- Replace `[[withSizeLimit]]` with `{@link #withSizeLimit(long)}` in 
HttpEntity.java
- Replace `[[org.apache.pekko.stream.javadsl.Source]]` with `{@code}` in 
HttpEntity.java and HttpMessage.java
- Replace `[[ServerSentEvent]]` with `{@link ServerSentEvent}` in 
ServerSentEvent.java
- Replace `[[...ContentType]]` with `{@link}` in ContentTypeResolver.java
- Fix remaining multi-line `{@link}` tags in HttpApp.java

Result:
All remaining javadoc warnings in Java sources are eliminated.

Tests:
Manually verified via grep pattern search

References:
Follow-up to #1119

Report URL: https://github.com/apache/pekko-http/actions/runs/28700370446

With regards,
GitHub Actions via GitBox


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

Reply via email to