Skip to content

Commit

Permalink
Fix IEEE preview does not display month (JabRef#3239)
Browse files Browse the repository at this point in the history
Wrong order for 'org.jabref.model.entry.FieldName' import.
  • Loading branch information
DevSiroukane committed Apr 26, 2018
1 parent 99c6dd5 commit cb5a8a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/jabref/logic/citationstyle/CSLAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
import org.jabref.logic.formatter.bibtexfields.RemoveNewlinesFormatter;
import org.jabref.logic.layout.format.HTMLChars;
import org.jabref.model.entry.BibEntry;
import org.jabref.model.entry.FieldName;

import de.undercouch.citeproc.CSL;
import de.undercouch.citeproc.ItemDataProvider;
import de.undercouch.citeproc.bibtex.BibTeXConverter;
import de.undercouch.citeproc.csl.CSLItemData;
import de.undercouch.citeproc.output.Bibliography;
import org.jabref.model.entry.FieldName;

import org.jbibtex.BibTeXEntry;
import org.jbibtex.DigitStringValue;
import org.jbibtex.Key;
Expand Down

0 comments on commit cb5a8a3

Please sign in to comment.