mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
Fix javadocs for DeleteResponse.isFound()
This commit is contained in:
parent
d3f2173ef9
commit
4c06c533e8
@ -80,7 +80,7 @@ public class DeleteResponse extends ActionResponse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns <tt>true</tt> if there was no doc found to delete.
|
* Returns <tt>true</tt> if a doc was found to delete.
|
||||||
*/
|
*/
|
||||||
public boolean isFound() {
|
public boolean isFound() {
|
||||||
return found;
|
return found;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user