|
From: Mike P. <mrp...@us...> - 2007-07-13 22:35:48
|
Update of /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/accesspaths In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6910/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/accesspaths Modified Files: LinkJoinsPlusIndexMixedStrategy.java LinkJoinsStrategy.java Log Message: Fixed owl:sameAs Index: LinkJoinsStrategy.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/accesspaths/LinkJoinsStrategy.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** LinkJoinsStrategy.java 1 Aug 2006 16:55:41 -0000 1.3 --- LinkJoinsStrategy.java 13 Jul 2007 22:23:52 -0000 1.4 *************** *** 9,13 **** import org.CognitiveWeb.sesame.sailimpl.generic.model.GStatementIterator; import org.CognitiveWeb.sesame.sailimpl.generic.model.RDFPropertySchema; - import org.openrdf.model.Statement; /** --- 9,12 ---- Index: LinkJoinsPlusIndexMixedStrategy.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/accesspaths/LinkJoinsPlusIndexMixedStrategy.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** LinkJoinsPlusIndexMixedStrategy.java 1 Aug 2006 16:55:41 -0000 1.5 --- LinkJoinsPlusIndexMixedStrategy.java 13 Jul 2007 22:23:52 -0000 1.6 *************** *** 56,60 **** import org.CognitiveWeb.sesame.sailimpl.generic.model.GStatementIterator; import org.CognitiveWeb.sesame.sailimpl.generic.model.RDFPropertySchema; - import org.openrdf.model.Statement; public class LinkJoinsPlusIndexMixedStrategy extends LinkJoinsStrategy --- 56,59 ---- |