From: <asa...@us...> - 2016-05-16 07:27:48
|
Revision: 12637 http://sourceforge.net/p/htmlunit/code/12637 Author: asashour Date: 2016-05-16 07:27:45 +0000 (Mon, 16 May 2016) Log Message: ----------- trivial Modified Paths: -------------- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java =================================================================== --- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java 2016-05-16 07:27:20 UTC (rev 12636) +++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java 2016-05-16 07:27:45 UTC (rev 12637) @@ -639,7 +639,7 @@ } /** - * Prints messages to the console. + * Prints messages to the {@code console}. * @param message the message to log */ @JsxFunction(@WebBrowser(FF)) |