We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2351d86 commit ec54c2eCopy full SHA for ec54c2e
kilo-client/src/main/java/org/httprpc/kilo/sql/QueryBuilder.java
@@ -224,7 +224,7 @@ public boolean isWhitespaceAllowed() {
224
* Toggles whitespace support.
225
*
226
* @param whitespaceAllowed
227
- * {@code true} if whitespace is allowed; {@code false}, otherwise.
+ * {@code true} to enable whitespace support; {@code false} to disable it.
228
*/
229
public void setWhitespaceAllowed(boolean whitespaceAllowed) {
230
this.whitespaceAllowed = whitespaceAllowed;
0 commit comments