From: <tho...@us...> - 2013-11-14 20:27:41
|
Revision: 7552 http://bigdata.svn.sourceforge.net/bigdata/?rev=7552&view=rev Author: thompsonbry Date: 2013-11-14 20:27:35 +0000 (Thu, 14 Nov 2013) Log Message: ----------- @Override annotations Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/solutions/MemorySortOp.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/solutions/MemorySortOp.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/solutions/MemorySortOp.java 2013-11-14 08:24:35 UTC (rev 7551) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/solutions/MemorySortOp.java 2013-11-14 20:27:35 UTC (rev 7552) @@ -123,6 +123,7 @@ } + @Override public FutureTask<Void> eval(final BOpContext<IBindingSet> context) { return new FutureTask<Void>(new SortTask(this, context)); @@ -200,6 +201,7 @@ } + @Override public Void call() throws Exception { final ICloseableIterator<IBindingSet[]> itr = context This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |