Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/89#discussion_r35197024 --- Diff: jena-arq/src/main/java/org/apache/jena/query/QueryExecution.java --- @@ -18,16 +18,25 @@ package org.apache.jena.query; -import java.util.Iterator ; -import java.util.concurrent.TimeUnit ; +import java.util.Iterator; +import java.util.concurrent.TimeUnit; -import org.apache.jena.graph.Triple ; -import org.apache.jena.rdf.model.Model ; -import org.apache.jena.sparql.util.Context ; +import org.apache.jena.graph.Triple; +import org.apache.jena.rdf.model.Model; +import org.apache.jena.sparql.core.Quad; +import org.apache.jena.sparql.util.Context; /** A interface for a single execution of a query. */ +/** + * @author Administrator --- End diff -- Please remove all @author tags. We don't use them in the codebase.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---