From: <lor...@us...> - 2014-01-30 08:43:51
|
Revision: 4216 http://sourceforge.net/p/dl-learner/code/4216 Author: lorenz_b Date: 2014-01-30 08:43:49 +0000 (Thu, 30 Jan 2014) Log Message: ----------- fixed bug. Modified Paths: -------------- trunk/components-core/src/main/java/org/dllearner/utilities/examples/AutomaticNegativeExampleFinderSPARQL2.java Modified: trunk/components-core/src/main/java/org/dllearner/utilities/examples/AutomaticNegativeExampleFinderSPARQL2.java =================================================================== --- trunk/components-core/src/main/java/org/dllearner/utilities/examples/AutomaticNegativeExampleFinderSPARQL2.java 2014-01-29 14:25:19 UTC (rev 4215) +++ trunk/components-core/src/main/java/org/dllearner/utilities/examples/AutomaticNegativeExampleFinderSPARQL2.java 2014-01-30 08:43:49 UTC (rev 4216) @@ -89,7 +89,7 @@ } public AutomaticNegativeExampleFinderSPARQL2(SparqlEndpoint se, String namespace) { - this(se, new SPARQLReasoner(new SparqlEndpointKS(se))); + this(se, new SPARQLReasoner(new SparqlEndpointKS(se)), namespace); } public AutomaticNegativeExampleFinderSPARQL2(SPARQLReasoner reasoner, String namespace) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |