Skip to content

Commit

Permalink
add logger import
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Oct 17, 2023
1 parent 193a425 commit 0924be1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

import java.util.Arrays;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import org.terrier.matching.models.basicmodel.BasicModel;
import org.terrier.matching.models.normalisation.Normalisation;
import org.terrier.structures.CollectionStatistics;
Expand Down

0 comments on commit 0924be1

Please sign in to comment.