Revision: 7844
http://bigdata.svn.sourceforge.net/bigdata/?rev=7844&view=rev
Author: thompsonbry
Date: 2014-02-05 20:10:41 +0000 (Wed, 05 Feb 2014)
Log Message:
-----------
removed junit import from main code.
Modified Paths:
--------------
branches/RDR/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/AST2BOpRTO.java
Modified: branches/RDR/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/AST2BOpRTO.java
===================================================================
--- branches/RDR/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/AST2BOpRTO.java 2014-02-05 12:07:09 UTC (rev 7843)
+++ branches/RDR/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/AST2BOpRTO.java 2014-02-05 20:10:41 UTC (rev 7844)
@@ -40,8 +40,6 @@
import java.util.UUID;
import java.util.concurrent.atomic.AtomicInteger;
-import junit.framework.AssertionFailedError;
-
import org.apache.log4j.Logger;
import com.bigdata.bop.BOp;
@@ -1055,7 +1053,7 @@
// The cutoff limit. This annotation MUST exist on the JOIN.
if (limit != ((Long) joinOp.getRequiredProperty(JoinAnnotations.LIMIT))
.intValue())
- throw new AssertionFailedError();
+ throw new AssertionError();
final int joinId = joinOp.getId();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|