Repository: jena Updated Branches: refs/heads/master 8be58c899 -> 18f0c3889
Fix javadoc error. Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/18f0c388 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/18f0c388 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/18f0c388 Branch: refs/heads/master Commit: 18f0c3889437ddcbb58035e18320613a4d1c3d6c Parents: 8be58c8 Author: Andy Seaborne <[email protected]> Authored: Mon Jan 19 14:36:21 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Mon Jan 19 14:36:21 2015 +0000 ---------------------------------------------------------------------- .../src/main/java/org/apache/jena/query/text/DatasetGraphText.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/18f0c388/jena-text/src/main/java/org/apache/jena/query/text/DatasetGraphText.java ---------------------------------------------------------------------- diff --git a/jena-text/src/main/java/org/apache/jena/query/text/DatasetGraphText.java b/jena-text/src/main/java/org/apache/jena/query/text/DatasetGraphText.java index c5655b5..f856681 100644 --- a/jena-text/src/main/java/org/apache/jena/query/text/DatasetGraphText.java +++ b/jena-text/src/main/java/org/apache/jena/query/text/DatasetGraphText.java @@ -134,7 +134,7 @@ public class DatasetGraphText extends DatasetGraphMonitor implements Transaction * on the TextIndex(). * <p> * If either of the objects fail on either the preparation or actual commit, - * it terminates and calls {@link #rollback()} on both of them. + * it terminates and calls {@link #abort()} on both of them. * <p> * <b>NOTE:</b> it may happen that the TextIndex fails to commit, after the * Transactional has already successfully committed. A rollback instruction will
