From: <tho...@us...> - 2010-10-20 18:30:49
|
Revision: 3831 http://bigdata.svn.sourceforge.net/bigdata/?rev=3831&view=rev Author: thompsonbry Date: 2010-10-20 18:30:43 +0000 (Wed, 20 Oct 2010) Log Message: ----------- Added generic type parameter to the termCache. 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 2010-10-20 18:30:25 UTC (rev 3830) +++ branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java 2010-10-20 18:30:43 UTC (rev 3831) @@ -2117,7 +2117,7 @@ * The {@link ILexiconConfiguration} instance, which will determine how * terms are encoded and decoded in the key space. */ - private final ILexiconConfiguration lexiconConfiguration; + private final ILexiconConfiguration<BigdataValue> lexiconConfiguration; /** * Constant for the {@link LexiconRelation} namespace component. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |