Skip to content

Commit

Permalink
Update sparql.clj
Browse files Browse the repository at this point in the history
Fix for clojure 1.10.0 spec error
  • Loading branch information
borkdude committed Oct 11, 2018
1 parent 5192a97 commit b7e9f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yesparql/sparql.clj
@@ -1,6 +1,6 @@
(ns yesparql.sparql
(:import
[java.lang.IllegalArgumentException]
[java.lang IllegalArgumentException]
[java.net URL URI]
[org.apache.jena.graph Node]
[org.apache.jena.update
Expand Down

0 comments on commit b7e9f30

Please sign in to comment.