Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Apr 4, 2018
1 parent aff620a commit db8fe66
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

public class JournalMedlineAbbreviator implements Formatter {

private final JournalAbbreviationLoader repostioryLoader;
private final JournalAbbreviationPreferences journalAbbreviationPreferences;

//TODO: How do I pass the prefs at best?
public JournalMedlineAbbreviator(JournalAbbreviationLoader repostioryLoader,
JournalAbbreviationPreferences journalAbbreviationPreferences) {
Expand All @@ -27,11 +30,6 @@ public String getKey() {
return null;
}

private final JournalAbbreviationLoader repostioryLoader;
private final JournalAbbreviationPreferences journalAbbreviationPreferences;



@Override
public String format(String fieldText) {
return repostioryLoader.getRepository(journalAbbreviationPreferences)
Expand Down

0 comments on commit db8fe66

Please sign in to comment.