Review needed for 8000687

Alan Bateman Alan.Bateman at oracle.com
Wed Oct 10 15:11:54 UTC 2012


On 10/10/2012 16:08, Lance Andersen - Oracle wrote:
> Need a reviewer for a simple typo in the DriverManager javadoc
>
> new-host-2:sql lanceandersen$ hg diff
> diff -r 036c55976cef src/share/classes/java/sql/DriverManager.java
> --- a/src/share/classes/java/sql/DriverManager.java	Tue Oct 09 08:58:27 2012 -0400
> +++ b/src/share/classes/java/sql/DriverManager.java	Wed Oct 10 10:59:00 2012 -0400
> @@ -412,7 +412,7 @@
>        * method throws a<code>java.lang.SecurityException</code>.
>        *
>        * @param out the new logging/tracing PrintStream; to disable, set to<code>null</code>
> -     * @deprecated Use {@code setLogWriter)
> +     * @deprecated Use {@code setLogWriter}
>        * @throws SecurityException if a security manager exists and its
>        *<code>checkPermission</code>  method denies setting the log stream
>        *
> @@ -439,7 +439,7 @@
>        * and all drivers.
>        *
>        * @return the logging/tracing PrintStream; if disabled, is<code>null</code>
> -     * @deprecated  Use {@code getLogWriter)
> +     * @deprecated  Use {@code getLogWriter}
>        * @see #setLogStream
>        */
>       @Deprecated
> new-host-2:sql lanceandersen$
>
Thanks Lance, looks good to me. Also the javadoc build was warning free 
a few days ago and it's nice to get back to that state.

-Alan



More information about the core-libs-dev mailing list