Skip to content

Commit

Permalink
#3822 - Order of matches found in knowledge base search is not correct
Browse files Browse the repository at this point in the history
- Fix bad import
  • Loading branch information
reckart committed Feb 21, 2023
1 parent 24a515a commit ac0ad5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
import static org.assertj.core.api.Assertions.contentOf;
import static org.eclipse.rdf4j.rio.RDFFormat.TURTLE;

import java.io.File;
import java.lang.reflect.Method;
import java.util.List;
import java.util.stream.Collectors;

import org.apache.wicket.util.file.File;
import org.eclipse.rdf4j.query.BindingSet;
import org.eclipse.rdf4j.query.TupleQueryResult;
import org.eclipse.rdf4j.repository.Repository;
Expand Down

0 comments on commit ac0ad5f

Please sign in to comment.