Version of google-api-java-client (e.g. 1.5.0-beta)?
http://javadoc.google-api-java-client.googlecode.com/hg/1.5.0-beta/com/google/ap
i/client/googleapis/GoogleUrl.html
http://javadoc.google-http-java-client.googlecode.com/hg/1.5.0-beta/com/google/a
pi/client/http/GenericUrl.html
Java environment (e.g. Java 6, Android 2.3, App Engine)?
N/A
Describe the problem.
Notice in this example that there is no link for GenericUrl in the JavaDoc for
GoogleUrl.
How would you expect it to be fixed?
It should link from JavaDoc of GoogleUrl to JavaDoc of GenericUrl. This should
be done by setting up a link in the pom.xml:
"
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
<link>http://javadoc.google-http-java-client.googlecode.com/hg/1.5.0-beta/</link>
</links>
...
"
Original issue reported on code.google.com by yan...@google.com on 30 Aug 2011 at 10:01
Original issue reported on code.google.com by
yan...@google.com
on 30 Aug 2011 at 10:01