You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/05/10 07:28:01 UTC

svn commit: r1743112 - /jena/site/trunk/content/documentation/io/rdf-input.mdtext

Author: andy
Date: Tue May 10 07:28:01 2016
New Revision: 1743112

URL: http://svn.apache.org/viewvc?rev=1743112&view=rev
Log:
Fix formatting

Modified:
    jena/site/trunk/content/documentation/io/rdf-input.mdtext

Modified: jena/site/trunk/content/documentation/io/rdf-input.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/io/rdf-input.mdtext?rev=1743112&r1=1743111&r2=1743112&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/rdf-input.mdtext (original)
+++ jena/site/trunk/content/documentation/io/rdf-input.mdtext Tue May 10 07:28:01 2016
@@ -81,8 +81,8 @@ The following is a suggested Apache http
 
 In this example, a file in the current directory is read as Turtle.
 
-  Model model = ModelFactory.createDefaultModel() ;
-  model.read("data.ttl") ;
+    Model model = ModelFactory.createDefaultModel() ;
+    model.read("data.ttl") ;
 
 If the syntax is not as the file extension, a language can be declared: