Skip to content

Commit

Permalink
Fix typo in param description in BiblioItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 7, 2021
1 parent 06f2679 commit d980ec9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1878,7 +1878,7 @@ public String toBibTeX() {
/**
* Export to BibTeX format
*
* @param id the BibTeX ke to use.
* @param id the BibTeX key to use.
*/
public String toBibTeX(String id) {
return toBibTeX(id, new GrobidAnalysisConfig.GrobidAnalysisConfigBuilder().includeRawCitations(false).build());
Expand All @@ -1887,7 +1887,7 @@ public String toBibTeX(String id) {
/**
* Export to BibTeX format
*
* @param id the BibTeX ke to use
* @param id the BibTeX key to use
*/
public String toBibTeX(String id, GrobidAnalysisConfig config) {
String type;
Expand Down

0 comments on commit d980ec9

Please sign in to comment.