You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/09/09 15:41:05 UTC

[1/2] incubator-commonsrdf git commit: Removed unused import

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/rdf4j 57a4b193d -> be220ea64


Removed unused import


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/cbfb670b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/cbfb670b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/cbfb670b

Branch: refs/heads/rdf4j
Commit: cbfb670b6f39f5cb4e1ffffcb35746263b9decf4
Parents: b1b657f
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Sep 9 16:40:36 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Sep 9 16:40:36 2016 +0100

----------------------------------------------------------------------
 .../org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/cbfb670b/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java
----------------------------------------------------------------------
diff --git a/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java b/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java
index 4a5b4d1..0dc0e67 100644
--- a/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java
+++ b/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java
@@ -33,7 +33,6 @@ import org.apache.commons.rdf.api.Graph;
 import org.apache.commons.rdf.api.IRI;
 import org.apache.commons.rdf.api.Quad;
 import org.apache.commons.rdf.api.RDFParserBuilder;
-import org.apache.commons.rdf.api.RDFParserBuilder.ParseResult;
 import org.apache.commons.rdf.api.RDFSyntax;
 import org.apache.commons.rdf.api.RDFTermFactory;
 
@@ -57,7 +56,7 @@ import org.apache.commons.rdf.api.RDFTermFactory;
  * asynchronous remote execution).
  */
 public abstract class AbstractRDFParserBuilder<T extends AbstractRDFParserBuilder<T>> 
-	implements RDFParserBuilder, Cloneable {
+	implements RDFParserBuilder, Cloneable {	
 	
 	public static final ThreadGroup threadGroup = new ThreadGroup("Commons RDF parsers");
 	private static final ExecutorService threadpool = Executors.newCachedThreadPool(r -> new Thread(threadGroup, r));


[2/2] incubator-commonsrdf git commit: Merge branch 'parser-with-quads' into rdf4j

Posted by st...@apache.org.
Merge branch 'parser-with-quads' into rdf4j


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/be220ea6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/be220ea6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/be220ea6

Branch: refs/heads/rdf4j
Commit: be220ea647c90ecfa253320453583494ce0bd6b8
Parents: 57a4b19 cbfb670
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Sep 9 16:40:58 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Sep 9 16:40:58 2016 +0100

----------------------------------------------------------------------
 .../org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------