You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2015/12/07 16:55:02 UTC

svn commit: r974858 - in /websites/staging/jena/trunk/content: ./ documentation/rdf/datasets.html

Author: buildbot
Date: Mon Dec  7 15:55:02 2015
New Revision: 974858

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/rdf/datasets.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec  7 15:55:02 2015
@@ -1 +1 @@
-1718411
+1718413

Modified: websites/staging/jena/trunk/content/documentation/rdf/datasets.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/rdf/datasets.html (original)
+++ websites/staging/jena/trunk/content/documentation/rdf/datasets.html Mon Dec  7 15:55:02 2015
@@ -161,7 +161,7 @@ readers and a writer concurrently togeth
 the dataset.  Readers see an unchanging, consistent dataset where aggregate
 operations return stable results.</p>
 <p>First introduced in Jena version 3.0.1 as a beta, then in 3.1.0.</p>
-<p>During the beta phase, please log any issues with [Apache Jena JIRA](https://issues.apache.org/jira/issues/?jql=project%20%3D%20JENA%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC0.</p>
+<p>During the beta phase, please log any issues with <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20JENA%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC">Apache Jena JIRA</a>.</p>
 <h3 id="api-use">API use<a class="headerlink" href="#api-use" title="Permanent link">&para;</a></h3>
 <p>A new instance of the class is obtained by a call to <code>DatasetFactory.createTxnMem()</code>:</p>
 <div class="codehilite"><pre><span class="n">Dataset</span> <span class="n">ds</span> <span class="p">=</span> <span class="n">DatasetFactory</span><span class="p">.</span><span class="n">createTxnMem</span><span class="p">()</span> <span class="p">;</span>