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 2014/05/23 16:18:07 UTC

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

Author: buildbot
Date: Fri May 23 14:18:07 2014
New Revision: 909724

Log:
Staging update by buildbot for jena

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

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 23 14:18:07 2014
@@ -1 +1 @@
-1595084
+1597100

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 Fri May 23 14:18:07 2014
@@ -980,7 +980,7 @@ ResIterator iter = model.listSubjectsWit
 if (iter.hasNext()) {
     System.out.println("The database contains vcards for:");
     while (iter.hasNext()) {
-        System.out.println("  " + iter.nextStatement()
+        System.out.println("  " + iter.nextResource()
                                       .getProperty(VCARD.FN)
                                       .getString());
     }

Modified: websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html (original)
+++ websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html Fri May 23 14:18:07 2014
@@ -738,7 +738,7 @@ ResIterator iter = model.listSubjectsWit
 if (iter.hasNext()) {
     System.out.println("The database contains vcards for:");
     while (iter.hasNext()) {
-        System.out.println("  " + iter.nextStatement()
+        System.out.println("  " + iter.nextResource()
                                       .getProperty(VCARD.FN)
                                       .getString());
     }