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 d1ca7b3 commit 00ded07Copy full SHA for 00ded07
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