You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by bu...@apache.org on 2015/11/11 11:37:09 UTC

svn commit: r972086 [14/14] - in /websites/staging/marmotta/trunk/content: ./ apidocs/ apidocs/org/apache/marmotta/commons/sesame/transactions/api/ apidocs/org/apache/marmotta/commons/sesame/transactions/api/class-use/ apidocs/org/apache/marmotta/commo...

Modified: websites/staging/marmotta/trunk/content/apidocs/overview-summary.html
==============================================================================
--- websites/staging/marmotta/trunk/content/apidocs/overview-summary.html (original)
+++ websites/staging/marmotta/trunk/content/apidocs/overview-summary.html Wed Nov 11 10:36:52 2015
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Wed Nov 11 10:21:09 UTC 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Wed Nov 11 10:33:46 UTC 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Overview (Apache Marmotta Site 3.3.0 API)</title>
 <meta name="date" content="2015-11-11">

Modified: websites/staging/marmotta/trunk/content/apidocs/overview-tree.html
==============================================================================
--- websites/staging/marmotta/trunk/content/apidocs/overview-tree.html (original)
+++ websites/staging/marmotta/trunk/content/apidocs/overview-tree.html Wed Nov 11 10:36:52 2015
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Wed Nov 11 10:21:09 UTC 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Wed Nov 11 10:33:45 UTC 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Class Hierarchy (Apache Marmotta Site 3.3.0 API)</title>
 <meta name="date" content="2015-11-11">

Modified: websites/staging/marmotta/trunk/content/apidocs/serialized-form.html
==============================================================================
--- websites/staging/marmotta/trunk/content/apidocs/serialized-form.html (original)
+++ websites/staging/marmotta/trunk/content/apidocs/serialized-form.html Wed Nov 11 10:36:52 2015
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Wed Nov 11 10:21:08 UTC 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Wed Nov 11 10:33:44 UTC 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Serialized Form (Apache Marmotta Site 3.3.0 API)</title>
 <meta name="date" content="2015-11-11">

Modified: websites/staging/marmotta/trunk/content/kiwi/triplestore.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi/triplestore.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi/triplestore.html Wed Nov 11 10:36:52 2015
@@ -409,7 +409,7 @@ try {
 
 <ul>
   
-<li>if you are interested in good performance (production environments), use a  proper database (e.g. <i>PostgreSQL</i>)!</li>
+<li>if you are interested in good performance (production environments), use a  proper database (e.g. <tt>PostgreSQL&gt;=9.4</tt>)!</li>
   
 <li>a RepositoryConnection has a direct correspondence to a database connection,  so it always needs to be closed properly; if you forget closing connections, you  will have resource leakage pretty quickly</li>