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/06/18 09:07:26 UTC

jena git commit: Javadoc fix

Repository: jena
Updated Branches:
  refs/heads/master b7596d1f7 -> b33f054d1


Javadoc fix

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

Branch: refs/heads/master
Commit: b33f054d1c9bab120601638f72b4c6f708690ac7
Parents: b7596d1
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Jun 18 10:07:10 2018 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Jun 18 10:07:10 2018 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/jena/query/text/TextIndexTDB1.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/b33f054d/jena-text/src/main/java/org/apache/jena/query/text/TextIndexTDB1.java
----------------------------------------------------------------------
diff --git a/jena-text/src/main/java/org/apache/jena/query/text/TextIndexTDB1.java b/jena-text/src/main/java/org/apache/jena/query/text/TextIndexTDB1.java
index 740f261..f713826 100644
--- a/jena-text/src/main/java/org/apache/jena/query/text/TextIndexTDB1.java
+++ b/jena-text/src/main/java/org/apache/jena/query/text/TextIndexTDB1.java
@@ -22,8 +22,8 @@ import org.apache.jena.query.text.TextIndex;
 import org.apache.jena.tdb.transaction.Transaction;
 import org.apache.jena.tdb.transaction.TransactionLifecycle;
 
-/*&
- * Adapter to put Lucene text indexes into the TDB1 trsnaction system.
+/**
+ * Adapter to put Lucene text indexes into the TDB1 transaction system.
  */
 public class TextIndexTDB1 implements TransactionLifecycle {