Skip to content

Commit 230ad6a

Browse files
committed
feeding travis with some javadoc
1 parent 84e96cf commit 230ad6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/main/java/org/everit/json/schema/loader/internal/JSONPointer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,17 @@ public QueryResult(final JSONObject containingDocument, final JSONObject queryRe
6060
}
6161

6262
/**
63+
* Getter for {@link #containingDocument}.
64+
*
6365
* @return the JSON document which contains the query result.
6466
*/
6567
public JSONObject getContainingDocument() {
6668
return containingDocument;
6769
}
6870

6971
/**
72+
* Getter for {@link #queryResult}.
73+
*
7074
* @return the JSON object being the result of the query execution.
7175
*/
7276
public JSONObject getQueryResult() {

0 commit comments

Comments
 (0)