Skip to content

Commit

Permalink
#1553: make sail strategy package private
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schwarte <aschwarte10@gmail.com>
  • Loading branch information
aschwarte10 committed Oct 4, 2019
1 parent 5346f78 commit 376e77d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*******************************************************************************/
package org.eclipse.rdf4j.federated.algebra;

import org.eclipse.rdf4j.federated.endpoint.provider.SailSourceEvaluationStrategyFactory;
import org.eclipse.rdf4j.federated.evaluation.SailTripleSource;
import org.eclipse.rdf4j.query.algebra.QueryRoot;
import org.eclipse.rdf4j.query.algebra.TupleExpr;
Expand All @@ -16,7 +15,6 @@
* Node representing a precompiled query.
*
* @author Andreas Schwarte
* @see SailSourceEvaluationStrategyFactory
* @see SailTripleSource
*/
public class PrecompiledQueryNode extends QueryRoot {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* @author Andreas Schwarte
* @see NativeStoreProvider
*/
public class SailSourceEvaluationStrategyFactory implements EvaluationStrategyFactory {
/* package */ class SailSourceEvaluationStrategyFactory implements EvaluationStrategyFactory {

private final EvaluationStrategyFactory delegate;

Expand Down

0 comments on commit 376e77d

Please sign in to comment.