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…
Reference in New Issue