Skip to content

Commit ab18130

Browse files
committed
Remove meaningless comment
1 parent 0e9fcdb commit ab18130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jabsrv/src/test/java/org/jabref/http/server/cayw/format/CAYWFormattersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void biblatex_explicitCommand() {
5252
void biblatex_missingKey() {
5353
BibLatexFormatter formatter = new BibLatexFormatter("autocite");
5454
String actual = formatter.format(queryParams(null), caywEntries("key1", "", "key3"));
55-
assertEquals("\\autocite{key1,key3}", actual); // current implementation
55+
assertEquals("\\autocite{key1,key3}", actual);
5656
assertEquals(MediaType.TEXT_PLAIN_TYPE, formatter.getMediaType());
5757
}
5858

0 commit comments

Comments
 (0)