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

 ##########
 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:
   Did these guys just not get any use?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to