Skip to content

Commit

Permalink
Remove obsolete generics parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Nov 19, 2019
1 parent ae02dcb commit 6408457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void execute() {
Globals.prefs.getBoolean(JabRefPreferences.ENFORCE_LEGAL_BIBTEX_KEY),
Globals.prefs.getBoolean(JabRefPreferences.ALLOW_INTEGER_EDITION_BIBTEX));

Task<List<IntegrityMessage>> task = new Task<List<IntegrityMessage>>() {
Task<List<IntegrityMessage>> task = new Task<>() {
@Override
protected List<IntegrityMessage> call() {
List<IntegrityMessage> result = new ArrayList<>();
Expand Down

0 comments on commit 6408457

Please sign in to comment.