Revision: 4588
http://bigdata.svn.sourceforge.net/bigdata/?rev=4588&view=rev
Author: thompsonbry
Date: 2011-06-01 15:10:22 +0000 (Wed, 01 Jun 2011)
Log Message:
-----------
removed invalid assert
Modified Paths:
--------------
branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java
Modified: branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java
===================================================================
--- branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java 2011-06-01 14:33:21 UTC (rev 4587)
+++ branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java 2011-06-01 15:10:22 UTC (rev 4588)
@@ -2496,8 +2496,8 @@
}
- assert value.getIV() == iv : "expecting iv=" + iv + ", but found "
- + value.getIV();
+// assert value.getIV() == iv : "expecting iv=" + iv + ", but found "
+// + value.getIV();
// value.setTermId( id );
return value;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|