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 3b4f9f3 commit f451279Copy full SHA for f451279
core/src/main/java/cn/leancloud/query/QueryConditions.java
@@ -156,7 +156,6 @@ public boolean isIncludeACL() {
156
/**
157
* set include ACL or not.
158
* @param includeACL Flag to indicate need ACL returned in result.
159
- * @return this query.
160
*/
161
public void includeACL(boolean includeACL) {
162
this.includeACL = includeACL;
0 commit comments