afs commented on code in PR #2079:
URL: https://github.com/apache/jena/pull/2079#discussion_r1385239253
##########
jena-core/src/main/java/org/apache/jena/graph/Graph.java:
##########
@@ -211,14 +210,24 @@ Remove all triples that match by find(s, p, o)
boolean isEmpty();
/**
- * For a concrete graph this returns the number of triples in the graph.
For graphs which
+ * For a concrete graph, this returns the number of triples in the graph.
For graphs which
* might infer additional triples it results an estimated lower bound of
the number of triples.
* For example, an inference graph might return the number of triples in
the raw data graph.
+ *
+ * @see #sizeLong
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]