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 2017/06/29 10:45:42 UTC

[06/11] jena git commit: Typo

Typo

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

Branch: refs/heads/master
Commit: e1abec9268bccc35fefa24dc135ea66e31bb0887
Parents: 9d6c6e3
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Jun 27 22:43:12 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Jun 27 22:43:12 2017 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/jena/tdb/transaction/BlockMgrJournal.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/e1abec92/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/BlockMgrJournal.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/BlockMgrJournal.java b/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/BlockMgrJournal.java
index 89ab95d..ba0b8e8 100644
--- a/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/BlockMgrJournal.java
+++ b/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/BlockMgrJournal.java
@@ -42,7 +42,7 @@ import org.slf4j.Logger ;
 import org.slf4j.LoggerFactory ;
 
 /**
- * Block manager that keeps temporary copies of updated blocks, then writes then
+ * Block manager that keeps temporary copies of updated blocks, then writes them
  * to a journal when commitPrepare happens. No work is done in commitEnact
  * because the {@link TransactionManager} is responsible to writing 
  * the blocks to the main storage.