Skip to content

Commit

Permalink
fix variable ordr
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Oct 29, 2018
1 parent 9093b55 commit f8b0dda
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@
@ExtendWith(TempDirectory.class)
public class DocBook5ExporterTest {

private Exporter exportFormat;
public BibDatabaseContext databaseContext;
public Charset charset;
public List<BibEntry> entries;

private Path xmlFile;
private Exporter exportFormat;

@BeforeEach
public void setUp() throws URISyntaxException {
Expand Down

0 comments on commit f8b0dda

Please sign in to comment.