Fix javadocs for DeleteResponse.isFound()

This commit is contained in:
Lee Hinman 2014-01-29 22:29:05 -07:00
parent d3f2173ef9
commit 4c06c533e8
1 changed files with 1 additions and 1 deletions

View File

@ -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() {
return found;