Revision: 7717
http://bigdata.svn.sourceforge.net/bigdata/?rev=7717&view=rev
Author: thompsonbry
Date: 2014-01-04 18:29:11 +0000 (Sat, 04 Jan 2014)
Log Message:
-----------
@Override
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/engine/RunState.java
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/engine/RunState.java
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/engine/RunState.java 2014-01-04 17:51:55 UTC (rev 7716)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/engine/RunState.java 2014-01-04 18:29:11 UTC (rev 7717)
@@ -329,7 +329,8 @@
* @see #startOp(IStartOpMessage, boolean)
*/
final Set<Integer/* bopId */> lastPassRequested = new LinkedHashSet<Integer>();
-
+
+ @Override
public String toString() {
return toString(new StringBuilder()).toString();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|