Skip to content

Commit

Permalink
Correct Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Oct 13, 2017
1 parent b792e8d commit 7570145
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jena-arq/src/main/java/org/apache/jena/query/Dataset.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ public interface Dataset extends Transactional
public void close() ;

/**
* @return Whether this {@code Dataset} is empty of graphs. Be aware of the semantic looseness inherent in
* <a href="https://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#h_note_4">the definition
* of RDF Datasets</a>; whether a named graph exists if nothing is in it is implementation-specific.
* @return Whether this {@code Dataset} is empty of triples, whether in the default graph or in any named graph.
*/
boolean isEmpty();
}

0 comments on commit 7570145

Please sign in to comment.