From: <tho...@us...> - 2014-02-20 12:02:57
|
Revision: 7856 http://sourceforge.net/p/bigdata/code/7856 Author: thompsonbry Date: 2014-02-20 12:02:54 +0000 (Thu, 20 Feb 2014) Log Message: ----------- Removed junit import. This has also been removed in the RDR branch. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/AST2BOpRTO.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/AST2BOpRTO.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/AST2BOpRTO.java 2014-02-20 00:08:03 UTC (rev 7855) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/AST2BOpRTO.java 2014-02-20 12:02:54 UTC (rev 7856) @@ -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. |