We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2181d commit d86b583Copy full SHA for d86b583
src/main/java/org/htmlunit/WebClientOptions.java
@@ -738,7 +738,7 @@ public int getNekoReaderBufferSize() {
738
/**
739
* Sets the Neko Html parser reader buffer size.
740
*
741
- * @param webSocketMaxTextMessageSize the new value
+ * @param nekoReaderBufferSize the new value
742
*/
743
public void setNekoReaderBufferSize(final int nekoReaderBufferSize) {
744
nekoReaderBufferSize_ = nekoReaderBufferSize;
0 commit comments