Skip to content

Commit

Permalink
Merge pull request #1133 from tanaynayak/patch-1
Browse files Browse the repository at this point in the history
Fixed extraneous semicolon
  • Loading branch information
lfoppiano committed Jun 20, 2024
2 parents d714650 + f79a513 commit 748a7f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.apache.lucene.analysis.standard.ClassicAnalyzer;
import org.apache.lucene.util.Version;
import org.grobid.core.data.BibDataSet;
import org.grobid.core.data.BiblioItem;;
import org.grobid.core.data.BiblioItem;
import org.grobid.core.layout.LayoutToken;
import org.grobid.core.utilities.LayoutTokensUtil;
import org.grobid.core.utilities.Pair;
Expand Down Expand Up @@ -478,4 +478,4 @@ public boolean isKnownFirstAuthor(String text) {
return false;
}

}
}

0 comments on commit 748a7f6

Please sign in to comment.