Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
austin007008 committed Mar 18, 2024
1 parent c2148fe commit 1c16d03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ public void next() throws IOException {
// check if the number of scores is equal to the number of offsets
boolean useScores = info.getScoreCount() == info.getTermOffsetCount();

//for testing
if(useScores){
// for testing
if (useScores) {
log.warn("**********TESTING we are using the scores TESTING**********");
}

Expand Down

0 comments on commit 1c16d03

Please sign in to comment.