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 2012/08/10 18:42:20 UTC

svn commit: r1371765 - /jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/solver/SolverLib.java

Author: andy
Date: Fri Aug 10 16:42:20 2012
New Revision: 1371765

URL: http://svn.apache.org/viewvc?rev=1371765&view=rev
Log:
Typo

Modified:
    jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/solver/SolverLib.java

Modified: jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/solver/SolverLib.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/solver/SolverLib.java?rev=1371765&r1=1371764&r2=1371765&view=diff
==============================================================================
--- jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/solver/SolverLib.java (original)
+++ jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/solver/SolverLib.java Fri Aug 10 16:42:20 2012
@@ -147,7 +147,7 @@ public class SolverLib
         // Need to make sure the bindings here point to parent.
         Iterator<Binding> iterBinding = converter.convert(nodeTable, chain) ;
         
-        // "input" = wil be closed by QueryIterTDB but is otherwise unused.
+        // "input" will be closed by QueryIterTDB but is otherwise unused.
         return new QueryIterTDB(iterBinding, input, execCxt) ;
     }