You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2020/05/04 09:27:23 UTC

[jena-site] branch asf-site updated: Updated site from master (f969cf63ebce73b714ed7dca66a543a844ed04bf)

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 12b3a02  Updated site from master (f969cf63ebce73b714ed7dca66a543a844ed04bf)
12b3a02 is described below

commit 12b3a0286fbaeaaa79bde2d73e19cdda7483d1e1
Author: jenkins <bu...@apache.org>
AuthorDate: Mon May 4 09:27:19 2020 +0000

    Updated site from master (f969cf63ebce73b714ed7dca66a543a844ed04bf)
---
 content/documentation/txn/transactions_api.html | 6 +++---
 content/sitemap.xml                             | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/documentation/txn/transactions_api.html b/content/documentation/txn/transactions_api.html
index b949930..cd306da 100644
--- a/content/documentation/txn/transactions_api.html
+++ b/content/documentation/txn/transactions_api.html
@@ -272,12 +272,12 @@ dataset.</p>
     }
 </code></pre>
 <h2 id="types-modes-promotion">Transaction Types, Modes and Promotion.</h2>
-<p>Transaction have type (enum <code>TxnType</code>) and a mode (enum <code>ReadWrite</code>).
+<p>Transaction have a type (enum <code>TxnType</code>) and a mode (enum <code>ReadWrite</code>).
 <code>TxnType.READ</code> and <code>TxnType.Write</code> start the transaction in
-that mode and it is fixed from the transaction&rsquo;s lifetime. A <code>READ</code>
+that mode and the mode is fixed for the transaction&rsquo;s lifetime. A <code>READ</code>
 transaction can never update the data of the transactional object it is
 acting on.</p>
-<p>Transactions can have type <code>TxnType.READ_PROMOTE</code> and
+<p>Transactions can have type <code>TxnType.READ_PROMOTE</code> or
 <code>TxnType.READ_COMMITTED_PROMOTE</code>. These start in mode <code>READ</code> but can
 become mode <code>WRITE</code>, either implicitly by attempting an update, or
 explicitly by calling <code>promote</code>.</p>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index ac7ba6b..fc0562c 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -299,7 +299,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2020-05-01T11:11:56+12:00</lastmod>
+    <lastmod>2020-05-04T10:26:41+01:00</lastmod>
   </url>
   
   <url>
@@ -574,7 +574,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/txn/transactions_api.html</loc>
-    <lastmod>2020-05-01T11:11:56+12:00</lastmod>
+    <lastmod>2020-05-04T10:26:41+01:00</lastmod>
   </url>
   
   <url>