Author: andy
Date: Sun Jul 21 13:44:56 2013
New Revision: 1505384

URL: http://svn.apache.org/r1505384
Log:
Remove misleading comments.

Modified:
    
jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java

Modified: 
jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java
URL: 
http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java?rev=1505384&r1=1505383&r2=1505384&view=diff
==============================================================================
--- 
jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java
 (original)
+++ 
jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java
 Sun Jul 21 13:44:56 2013
@@ -280,16 +280,11 @@ public abstract class SPARQL_Query exten
             //
             // If the timeout-first-row goes off, the output stream has not 
             // been started so the HTTP error code is sent. 
-            //
-            // This also forces the query to do something that should touch 
any underlying database,
-            // and hence ensure the communications layer is working.
-            // MySQL can time out after 8 hours of an idle connection
             
             rs.hasNext() ;
 
             // If we wanted perfect query time cancellation, we could consume 
the result now
             // to see if the timeout-end-of-query goes off.  
-            // Not necessary if we are inside a read transaction or lock until 
the end of sending results.
             
             //rs = ResultSetFactory.copyResults(rs) ;
 


Reply via email to