|
From: <mrp...@us...> - 2010-08-02 21:36:59
|
Revision: 3393
http://bigdata.svn.sourceforge.net/bigdata/?rev=3393&view=rev
Author: mrpersonick
Date: 2010-08-02 21:36:53 +0000 (Mon, 02 Aug 2010)
Log Message:
-----------
made the getInlineIV method public
Modified Paths:
--------------
trunk/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java
Modified: trunk/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java
===================================================================
--- trunk/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java 2010-08-02 17:10:15 UTC (rev 3392)
+++ trunk/bigdata-rdf/src/java/com/bigdata/rdf/lexicon/LexiconRelation.java 2010-08-02 21:36:53 UTC (rev 3393)
@@ -2313,7 +2313,7 @@
* the inline internal value, or <code>null</code> if it cannot
* be converted
*/
- private IV getInlineIV(Value value) {
+ final public IV getInlineIV(Value value) {
return getLexiconConfiguration().createInlineIV(value);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|