From: Rob V. <rv...@do...> - 2011-05-03 09:14:55
|
Hi Felipe Thanks for reporting this, now fixed in SVN as of revision 1559 and will be in the next release which should be available around the end of next week Thanks, Rob Vesse From: Felipe Guimarães Santos [mailto:fel...@in...] Sent: 02 May 2011 13:22 To: dot...@li... Subject: [dotNetRDF-Support] Bug Hi, I was seeing this class IndexedTripleCollection and this method: private void UnIndex(Triple t) { this._subjIndex.Remove(t.Subject, t); this._predIndex.Remove(t.Predicate, t); this._objIndex.Add(t.Object, t); The last line is correct? Thanks |