From: <tho...@us...> - 2014-04-01 20:12:45
|
Revision: 8022 http://sourceforge.net/p/bigdata/code/8022 Author: thompsonbry Date: 2014-04-01 20:12:42 +0000 (Tue, 01 Apr 2014) Log Message: ----------- javadoc fix related to #871. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/engine/QueryEngine.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/engine/QueryEngine.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/engine/QueryEngine.java 2014-03-26 17:36:17 UTC (rev 8021) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/engine/QueryEngine.java 2014-04-01 20:12:42 UTC (rev 8022) @@ -610,7 +610,7 @@ * <p> * If the deadline has expired, {@link IRunningQuery#cancel(boolean)} will * be invoked. In order for a compute bound operator to terminate in a - * timely fashion, it MUST periodically test {@link Thread#isInterrupted()}. + * timely fashion, it MUST periodically test {@link Thread#interrupted()}. * <p> * Note: The deadline of a query may be set at most once. Thus, a query * which is entered into the {@link #deadlineQueue} may not have its This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |