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 2013/05/13 20:24:50 UTC

svn commit: r861876 - in /websites/staging/jena/trunk/content: ./ tutorials/rdf_api.html

Author: buildbot
Date: Mon May 13 18:24:49 2013
New Revision: 861876

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/tutorials/rdf_api.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 13 18:24:49 2013
@@ -1 +1 @@
-1480818
+1482017

Modified: websites/staging/jena/trunk/content/tutorials/rdf_api.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/rdf_api.html (original)
+++ websites/staging/jena/trunk/content/tutorials/rdf_api.html Mon May 13 18:24:49 2013
@@ -522,8 +522,8 @@ acceptable.  To write large files and pr
 N-Triples format:</p>
 
 <blockquote>
-  <pre><code>// now write the model in XML form to a file
-model.write(System.out, "N-TRIPLE");
+  <pre><code>// now write the model in N-TRIPLES form to a file
+model.write(System.out, "N-TRIPLES");
   </code></pre>
 </blockquote>