You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/10/10 10:07:19 UTC

jena git commit: Correct the case numbering in the comments.

Repository: jena
Updated Branches:
  refs/heads/master cce4e2872 -> 817b5d7c1


Correct the case numbering in the comments.

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

Branch: refs/heads/master
Commit: 817b5d7c16a18b5a68dc13da3e3ab7bbda25762c
Parents: cce4e28
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Oct 10 10:55:15 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Oct 10 10:55:15 2017 +0100

----------------------------------------------------------------------
 .../java/org/apache/jena/sparql/engine/main/JoinClassifier.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/817b5d7c/jena-arq/src/main/java/org/apache/jena/sparql/engine/main/JoinClassifier.java
----------------------------------------------------------------------
diff --git a/jena-arq/src/main/java/org/apache/jena/sparql/engine/main/JoinClassifier.java b/jena-arq/src/main/java/org/apache/jena/sparql/engine/main/JoinClassifier.java
index b90d56e..3f3416c 100644
--- a/jena-arq/src/main/java/org/apache/jena/sparql/engine/main/JoinClassifier.java
+++ b/jena-arq/src/main/java/org/apache/jena/sparql/engine/main/JoinClassifier.java
@@ -161,7 +161,7 @@ public class JoinClassifier
         if ( print )
             System.err.println("Case 1 = " + bad1) ;
 
-        // Case 3 : a filter in the RHS is uses a variable from the LHS (whether
+        // Case 2 : a filter in the RHS is uses a variable from the LHS (whether
         // fixed or optional)
         // Scoping means we must hide the LHS value form the RHS
         // Could mask (??). For now, we stop linearization of this join.
@@ -172,7 +172,7 @@ public class JoinClassifier
         if ( print )
             System.err.println("Case 2 = " + bad2) ;
 
-        // Case 4 : an assign in the RHS uses a variable not introduced
+        // Case 3 : an assign in the RHS uses a variable not introduced
         // Scoping means we must hide the LHS value from the RHS
 
         // Think this may be slightly relaxed, using variables in an