Repository: jena
Updated Branches:
  refs/heads/master d36034820 -> 16b993693


Remove incorrect comment.

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/16b99369
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/16b99369
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/16b99369

Branch: refs/heads/master
Commit: 16b993693ca47ec6c9f641f25b961337cb38c962
Parents: d360348
Author: Andy Seaborne <[email protected]>
Authored: Tue Dec 29 22:31:58 2015 +0000
Committer: Andy Seaborne <[email protected]>
Committed: Tue Dec 29 22:31:58 2015 +0000

----------------------------------------------------------------------
 .../src/main/java/org/apache/jena/tdb/solver/StageMatchTuple.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/16b99369/jena-tdb/src/main/java/org/apache/jena/tdb/solver/StageMatchTuple.java
----------------------------------------------------------------------
diff --git 
a/jena-tdb/src/main/java/org/apache/jena/tdb/solver/StageMatchTuple.java 
b/jena-tdb/src/main/java/org/apache/jena/tdb/solver/StageMatchTuple.java
index 3a25b48..3af05e2 100644
--- a/jena-tdb/src/main/java/org/apache/jena/tdb/solver/StageMatchTuple.java
+++ b/jena-tdb/src/main/java/org/apache/jena/tdb/solver/StageMatchTuple.java
@@ -189,7 +189,6 @@ public class StageMatchTuple extends 
RepeatApplyIterator<BindingNodeId>
         return nodeTable.getNodeIdForNode(node) ;
     }
     
-    // -- Mutating "transform in place"
     private static Function<Tuple<NodeId>, Tuple<NodeId>> quadsToAnyTriples = 
item -> {
         return TupleFactory.create4(NodeId.NodeIdAny, item.get(1), 
item.get(2), item.get(3) ) ;
     } ;

Reply via email to