You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2013/12/06 09:52:36 UTC

[jira] [Commented] (JENA-604) RDFJSONWriter.write(Writer, Graph) has no implementation

    [ https://issues.apache.org/jira/browse/JENA-604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13841106#comment-13841106 ] 

Andy Seaborne commented on JENA-604:
------------------------------------

oops. Fixed.

{{org.apache.jena.riot.out.RDFJSONWriter}} is legacy.  It is now deprecated in favour of {{RDFDataMgr.write(Writer, Graph, Lang.RDFJSON)}}.

> RDFJSONWriter.write(Writer, Graph) has no implementation
> --------------------------------------------------------
>
>                 Key: JENA-604
>                 URL: https://issues.apache.org/jira/browse/JENA-604
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: ARQ
>    Affects Versions: Jena 2.11.0
>            Reporter: Nikhil Silveira
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Jena 2.11.1
>
>
> While attempting to write RDF JSON using RDFJSONWriter.write(Writer, Graph)  from jena-arq-2.11.0.jar, I found that the method has an empty body.
> 	public static void write (Writer out, Graph graph) {
> 	}
> Thought it should be a bug.



--
This message was sent by Atlassian JIRA
(v6.1#6144)