8000687: Correct javadoc typo for getLogWriter and setLogWriter
Reviewed-by: alanb
This commit is contained in:
parent
23b1ff04af
commit
2a6e8cc962
@ -412,7 +412,7 @@ public class DriverManager {
|
|||||||
* method throws a <code>java.lang.SecurityException</code>.
|
* method throws a <code>java.lang.SecurityException</code>.
|
||||||
*
|
*
|
||||||
* @param out the new logging/tracing PrintStream; to disable, set to <code>null</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
|
* @throws SecurityException if a security manager exists and its
|
||||||
* <code>checkPermission</code> method denies setting the log stream
|
* <code>checkPermission</code> method denies setting the log stream
|
||||||
*
|
*
|
||||||
@ -439,7 +439,7 @@ public class DriverManager {
|
|||||||
* and all drivers.
|
* and all drivers.
|
||||||
*
|
*
|
||||||
* @return the logging/tracing PrintStream; if disabled, is <code>null</code>
|
* @return the logging/tracing PrintStream; if disabled, is <code>null</code>
|
||||||
* @deprecated Use {@code getLogWriter)
|
* @deprecated Use {@code getLogWriter}
|
||||||
* @see #setLogStream
|
* @see #setLogStream
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user