You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2019/05/28 16:33:33 UTC

[GitHub] [jena] afs commented on a change in pull request #571: JENA-1714: Migrate 'migrate' packages

afs commented on a change in pull request #571: JENA-1714: Migrate 'migrate' packages
URL: https://github.com/apache/jena/pull/571#discussion_r288195909
 
 

 ##########
 File path: jena-arq/src/main/java/org/apache/jena/sparql/algebra/OpLib.java
 ##########
 @@ -18,31 +18,18 @@
 
 package org.apache.jena.sparql.algebra;
 
-import org.apache.jena.sparql.algebra.op.* ;
-
-// NB Operations take and return nulls for convenience.
+import org.apache.jena.sparql.core.Quad;
 
 public class OpLib
 {
-    public static Op sub(Op1 op) { return op==null ? null : op.getSubOp() ; }
 
 Review comment:
   No.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services