Skip to content

Instantly share code, notes, and snippets.

@richdougherty
Created February 19, 2017 22:41
Show Gist options
  • Save richdougherty/cd983edd1fdfb31e0f718fa890eac08d to your computer and use it in GitHub Desktop.
Save richdougherty/cd983edd1fdfb31e0f718fa890eac08d to your computer and use it in GitHub Desktop.
Omnidoc errors with Play WS
...
[info] Generating /p/play/omnidoc/deploy/omnidoc/target/scala-2.11/omnidoc/javadoc/play/libs/ws/StandaloneWSRequest.html...
[error] /p/play/omnidoc/deploy/omnidoc/target/scala-2.11/omnidoc/sources/com.typesafe.play-play-ws-standalone_2.11-1.0.0-M3/play/libs/ws/StandaloneWSRequest.java:244: warning: no @param for <U>
[error] <U> StandaloneWSRequest setBody(Source<ByteString, U> body);
[error] ^
[info] Generating /p/play/omnidoc/deploy/omnidoc/target/scala-2.11/omnidoc/javadoc/play/libs/ws/StandaloneWSResponse.html...
...
[info] Generating /p/play/omnidoc/deploy/omnidoc/target/scala-2.11/omnidoc/javadoc/play/libs/ws/WSRequestFilter.html...
[error] /p/play/omnidoc/deploy/omnidoc/target/scala-2.11/omnidoc/sources/com.typesafe.play-play-ws-standalone_2.11-1.0.0-M3/play/libs/ws/WSRequestFilter.java:12: error: unterminated inline tag
[error] * {@code
[error] ^
[error] /p/play/omnidoc/deploy/omnidoc/target/scala-2.11/omnidoc/sources/com.typesafe.play-play-ws-standalone_2.11-1.0.0-M3/play/libs/ws/WSRequestFilter.java:22: error: unknown tag: Override
[error] * @Override
[error] ^
[error] /p/play/omnidoc/deploy/omnidoc/target/scala-2.11/omnidoc/sources/com.typesafe.play-play-ws-standalone_2.11-1.0.0-M3/play/libs/ws/WSRequestFilter.java:24: error: bad use of '>'
[error] * return request -> executor.apply(request.setHeader(key, value));
[error] ^
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment