Skip to content

Commit

Permalink
feeding travis with some javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Oct 20, 2015
1 parent 84e96cf commit 230ad6a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,17 @@ public QueryResult(final JSONObject containingDocument, final JSONObject queryRe
}

/**
* Getter for {@link #containingDocument}.
*
* @return the JSON document which contains the query result.
*/
public JSONObject getContainingDocument() {
return containingDocument;
}

/**
* Getter for {@link #queryResult}.
*
* @return the JSON object being the result of the query execution.
*/
public JSONObject getQueryResult() {
Expand Down

0 comments on commit 230ad6a

Please sign in to comment.