Skip to content

Commit

Permalink
Remove BibTeXML from StandardFileType (#9791)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Apr 24, 2023
1 parent b0d8c5c commit 8c39349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/jabref/logic/util/StandardFileType.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
public enum StandardFileType implements FileType {

BIBTEXML("BibTeXML", "bibx", "xml"),
ENDNOTE("Endnote", "ref", "enw"),
ISI("Isi", "isi", "txt"),
MEDLINE("Medline", "nbib", "xml"),
Expand Down

0 comments on commit 8c39349

Please sign in to comment.