Skip to content

Commit 69223c3

Browse files
committed
checkstyle
1 parent 3897e88 commit 69223c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jablib/src/main/java/org/jabref/logic/citationstyle/CitationStyleGenerator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ protected static String generateBibliography(List<BibEntry> bibEntries, String s
5151
return generateBibliography(bibEntries, style, CitationStyleOutputFormat.HTML, context, entryTypesManager).getFirst();
5252
}
5353

54-
5554
/**
5655
* Generates a bibliography list based on a given list of entries, .csl style source content and output format with a given {@link BibDatabaseContext}.
5756
*
@@ -76,5 +75,4 @@ public static List<String> generateBibliography(List<BibEntry> bibEntries, Strin
7675
e.getLocalizedMessage());
7776
}
7877
}
79-
8078
}

0 commit comments

Comments
 (0)