[ 
https://issues.apache.org/jira/browse/JENA-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-73:
------------------------------

    Summary: Turtle and N3 writer ignores properties set after the write is 
created  (was: Turtle and N3 writer ignores properties sat after creation.)

> Turtle and N3 writer ignores properties set after the write is created
> ----------------------------------------------------------------------
>
>                 Key: JENA-73
>                 URL: https://issues.apache.org/jira/browse/JENA-73
>             Project: Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>
> Example:
>  RDFWriter w = model.getWriter("TTL");
>  w.setProperty("usePropertySymbols", "false");
>  w.write(model, fos, null);
> still writes "a" 
> useWellKnownPropertySymbols is set when writer created.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to