We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/javadoc PrintStream#printf (1) produces: http://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#printf-java.lang.String-java.lang.Object:A- while the link in the Java Documentation is https://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#printf-java.lang.String-java.lang.Object...-
/javadoc PrintStream#printf
This seems to be because of varargs vs array but weirdly enough /javadoc Arrays#asList produces https://docs.oracle.com/javase/8/docs/api/java/util/Arrays.html#asList-java.lang.Object:A- which correctly links.
/javadoc Arrays#asList
Maybe the difference here is generic varargs to "classed" varargs?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/javadoc PrintStream#printf
(1) produces: http://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#printf-java.lang.String-java.lang.Object:A- while the link in the Java Documentation is https://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#printf-java.lang.String-java.lang.Object...-This seems to be because of varargs vs array but weirdly enough
/javadoc Arrays#asList
produces https://docs.oracle.com/javase/8/docs/api/java/util/Arrays.html#asList-java.lang.Object:A- which correctly links.Maybe the difference here is generic varargs to "classed" varargs?
The text was updated successfully, but these errors were encountered: