[GitHub] jena pull request #387: fix for JENA-1509

2018-03-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jena/pull/387


---


[GitHub] jena pull request #387: fix for JENA-1509

2018-03-19 Thread afs
Github user afs commented on a diff in the pull request:

https://github.com/apache/jena/pull/387#discussion_r175388799
  
--- Diff: 
jena-rdfconnection/src/main/java/org/apache/jena/rdfconnection/RDFConnectionRemote.java
 ---
@@ -280,7 +280,7 @@ private void updateExec(UpdateRequest update, String 
updateString ) {
 }
 // Use the query string as provided if possible, otherwise 
serialize the query.
--- End diff --

s/query/update/g


---


[GitHub] jena pull request #387: fix for JENA-1509

2018-03-19 Thread Claudenw
GitHub user Claudenw opened a pull request:

https://github.com/apache/jena/pull/387

fix for JENA-1509

fixed string issue and added tests

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Claudenw/jena master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jena/pull/387.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #387


commit 3604ddff2d7465205f3935391862df1bac681a30
Author: Claude Warren 
Date:   2018-03-19T10:13:08Z

fix for JENA-1509




---