Skip to content

Commit d6fe81e

Browse files
committed
Remove unnecessary constructor code for consistency
1 parent 6db81bf commit d6fe81e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

jabsrv/src/main/java/org/jabref/http/server/cayw/format/BibLatexFormatter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public class BibLatexFormatter implements CAYWFormatter {
1717
private final String defaultCommand;
1818

1919
public BibLatexFormatter(String defaultCommand) {
20-
super();
2120
this.defaultCommand = defaultCommand;
2221
}
2322

jabsrv/src/main/java/org/jabref/http/server/cayw/format/FormatterService.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
@Service
1010
public class FormatterService {
1111

12-
public FormatterService() {
13-
}
14-
1512
public CAYWFormatter getFormatter(CAYWQueryParams queryParams) {
1613
String format = queryParams.getFormat().toLowerCase(Locale.ROOT);
1714

0 commit comments

Comments
 (0)