Fixed - thanks. On 29/04/16 08:25, Tom Saleeba wrote:
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fio%2Frdf-input.mdtextTom Saleeba Index: trunk/content/documentation/io/rdf-input.mdtext =================================================================== --- trunk/content/documentation/io/rdf-input.mdtext (revision 1655891) +++ trunk/content/documentation/io/rdf-input.mdtext (working copy) @@ -81,8 +81,8 @@ 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:
