You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/permission/DocumentPermissions.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ public boolean hasStoredScript() throws IOException {
106
106
107
107
/**
108
108
* Creates a {@link BooleanQuery} to be used as filter to restrict access to documents.<br>
109
-
* Document permission queries are used to create an boolean query.<br>
109
+
* Document permission queries are used to create a boolean query.<br>
110
110
* If the document permissions are limited, then there is an additional filter added restricting access to documents only allowed by the
0 commit comments