Javadoc fixes
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/48769a51 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/48769a51 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/48769a51 Branch: refs/heads/master Commit: 48769a5100e854789220cd04a8c45dfaa49fbe6c Parents: 82a17ea Author: Andy Seaborne <[email protected]> Authored: Mon Oct 23 14:17:28 2017 +0100 Committer: Andy Seaborne <[email protected]> Committed: Mon Oct 23 14:17:28 2017 +0100 ---------------------------------------------------------------------- .../java/org/apache/jena/sparql/expr/nodevalue/NodeValueOps.java | 2 +- .../org/apache/jena/tdb/transaction/DatasetGraphTransaction.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/48769a51/jena-arq/src/main/java/org/apache/jena/sparql/expr/nodevalue/NodeValueOps.java ---------------------------------------------------------------------- diff --git a/jena-arq/src/main/java/org/apache/jena/sparql/expr/nodevalue/NodeValueOps.java b/jena-arq/src/main/java/org/apache/jena/sparql/expr/nodevalue/NodeValueOps.java index 81b1614..81ce6d3 100644 --- a/jena-arq/src/main/java/org/apache/jena/sparql/expr/nodevalue/NodeValueOps.java +++ b/jena-arq/src/main/java/org/apache/jena/sparql/expr/nodevalue/NodeValueOps.java @@ -40,7 +40,7 @@ import org.apache.jena.sparql.expr.NodeValue ; import org.apache.jena.sparql.expr.ValueSpaceClassification ; import org.apache.jena.sparql.util.NodeFactoryExtra ; -/** The code parts of arithmetic operations on Nodevalues. +/** The code parts of arithmetic operations on {@link NodeValue}s. */ public class NodeValueOps { http://git-wip-us.apache.org/repos/asf/jena/blob/48769a51/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetGraphTransaction.java ---------------------------------------------------------------------- diff --git a/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetGraphTransaction.java b/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetGraphTransaction.java index 51a4bea..7aabc23 100644 --- a/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetGraphTransaction.java +++ b/jena-tdb/src/main/java/org/apache/jena/tdb/transaction/DatasetGraphTransaction.java @@ -38,7 +38,7 @@ import org.apache.jena.tdb.store.GraphTxnTDB ; /** * A transactional {@code DatasetGraph} that allows one active transaction per thread. * - * {@link DatasetGraphTxn} holds the {~link Transaction} object. + * {@link DatasetGraphTxn} holds the {@link Transaction} object. * * This is analogous to a "connection" in JDBC. * It is a holder of a {@link StoreConnection} combined with the machinary from
