From: <lor...@us...> - 2012-07-13 13:20:54
|
Revision: 3789 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3789&view=rev Author: lorenz_b Date: 2012-07-13 13:20:45 +0000 (Fri, 13 Jul 2012) Log Message: ----------- Changed supertype. Modified Paths: -------------- trunk/components-ext/src/main/java/org/dllearner/common/index/VirtuosoPropertiesIndex.java Modified: trunk/components-ext/src/main/java/org/dllearner/common/index/VirtuosoPropertiesIndex.java =================================================================== --- trunk/components-ext/src/main/java/org/dllearner/common/index/VirtuosoPropertiesIndex.java 2012-07-13 09:50:38 UTC (rev 3788) +++ trunk/components-ext/src/main/java/org/dllearner/common/index/VirtuosoPropertiesIndex.java 2012-07-13 13:20:45 UTC (rev 3789) @@ -5,7 +5,7 @@ import com.hp.hpl.jena.rdf.model.Model; -public class VirtuosoPropertiesIndex extends SPARQLIndex{ +public class VirtuosoPropertiesIndex extends SPARQLPropertiesIndex{ public VirtuosoPropertiesIndex(SparqlEndpoint endpoint) { super(endpoint); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |