You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2019/06/10 15:31:27 UTC

[jena] 01/02: Typos

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git

commit d8f6e8e8fec75c6c7ed1d6b6386b4cd82760ebfb
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Mon Jun 10 14:31:13 2019 +0100

    Typos
---
 .../src/main/java/org/apache/jena/dboe/storage/StorageRDF.java      | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/jena-db/jena-dboe-storage/src/main/java/org/apache/jena/dboe/storage/StorageRDF.java b/jena-db/jena-dboe-storage/src/main/java/org/apache/jena/dboe/storage/StorageRDF.java
index 14cb67e..b85ad5b 100644
--- a/jena-db/jena-dboe-storage/src/main/java/org/apache/jena/dboe/storage/StorageRDF.java
+++ b/jena-db/jena-dboe-storage/src/main/java/org/apache/jena/dboe/storage/StorageRDF.java
@@ -29,8 +29,6 @@ import org.apache.jena.graph.Triple;
 import org.apache.jena.sparql.core.DatasetGraph;
 import org.apache.jena.sparql.core.Quad;
 
-// Need to incorporate prefixes so transactions are announced atomically.
-
 /**
  * A minimal interface for RDF storage. This is less that {@link DatasetGraph} or any of it's
  * derived classes and it just concerned with {@link Triple}s and {@link Quad}s, not
@@ -144,9 +142,9 @@ public interface StorageRDF {
      * intermediate operation</a></i>. Without additional internal knowledge,
      * it is necessary to remember all triples in the stream
      * so far to know whether the next triple is a duplicate or not.
-     * This can be a signiifcant amount of intermediate space.
+     * This can be a significant amount of intermediate space.
      * <p>
-     * An implmentation may be able to exploit its internal representation to
+     * An implementation may be able to exploit its internal representation to
      * means that this operation can be implemented more efficient, for example,
      * knowing that duplicate triples (same triple, from different graphs) will
      * be adjacent in the stream so not requires the full cost of {@code distinct}