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

ASF GitHub Bot commented on JENA-1324:
--------------------------------------

Github user ajs6f commented on a diff in the pull request:

    https://github.com/apache/jena/pull/243#discussion_r112275972
  
    --- Diff: 
jena-arq/src/main/java/org/apache/jena/riot/lang/ReaderRIOTRDFXML.java ---
    @@ -172,10 +185,9 @@ private static Node convert(ALiteral lit) {
     
                 RDFDatatype dt = 
TypeMapper.getInstance().getSafeTypeByName(dtURI);
                 return NodeFactory.createLiteral(lit.toString(), dt);
    -
             }
     
    -        private static Node convert(AResource r) {
    +        private Node convert(AResource r) {
    --- End diff --
    
    Just out of curiosity, why not `static` anymore?


> RIOT failing to trigger ERROR on --validate
> -------------------------------------------
>
>                 Key: JENA-1324
>                 URL: https://issues.apache.org/jira/browse/JENA-1324
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: RIOT
>         Environment: GNU/Linux
>            Reporter: Laura
>            Assignee: Andy Seaborne
>
> See 
> https://mail-archives.apache.org/mod_mbox/jena-users/201704.mbox/%3Ctrinity-62ab58d8-b682-4800-b916-397164522d87-1492517368273%403capp-mailcom-lxa12%3E



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to