From: <rb...@us...> - 2018-07-08 10:18:37
|
Revision: 15442 http://sourceforge.net/p/htmlunit/code/15442 Author: rbri Date: 2018-07-08 10:18:32 +0000 (Sun, 08 Jul 2018) Log Message: ----------- code style Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java 2018-07-08 08:50:40 UTC (rev 15441) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java 2018-07-08 10:18:32 UTC (rev 15442) @@ -250,6 +250,7 @@ } } } + /** * Checks that not passing the async flag to <code>open()</code> * results in async execution. If this gets interpreted as {@code false} |