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 2018/09/21 10:16:20 UTC

[69/70] [abbrv] jena git commit: Javadoc edit

Javadoc edit


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/995786a7
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/995786a7
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/995786a7

Branch: refs/heads/master
Commit: 995786a73e07f03fe0d931e84ce615fcadf5ba60
Parents: ec6dbcd
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Sep 21 10:52:07 2018 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Sep 21 10:52:07 2018 +0100

----------------------------------------------------------------------
 .../org/apache/jena/tdb2/loader/sequential/LoaderSequential.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/995786a7/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/loader/sequential/LoaderSequential.java
----------------------------------------------------------------------
diff --git a/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/loader/sequential/LoaderSequential.java b/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/loader/sequential/LoaderSequential.java
index a71c930..32c2244 100644
--- a/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/loader/sequential/LoaderSequential.java
+++ b/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/loader/sequential/LoaderSequential.java
@@ -32,7 +32,7 @@ import org.apache.jena.tdb2.loader.base.MonitorOutput;
 import org.apache.jena.tdb2.store.DatasetGraphTDB;
 import org.apache.jena.tdb2.sys.TDBInternal;
 
-/** Bulk loader. Algorithm: Parser to primaryindexes, then build secondary indexes. */ 
+/** Bulk loader. Algorithm: Parser to primary indexes, then builds secondary indexes one at a time. */ 
 public class LoaderSequential extends LoaderBase {
     
     public static final int DataTickPoint   = 100_000;