Skip to content

Commit

Permalink
issue #199: Group results in completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Dec 19, 2022
1 parent 307d830 commit d6d156f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/de/gwdg/metadataqa/marc/cli/Completeness.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public class Completeness implements BibliographicInputProcessor, Serializable {
private static final Logger logger = Logger.getLogger(Completeness.class.getCanonicalName());
private static final Pattern dataFieldPattern = Pattern.compile("^(\\d\\d\\d)\\$(.*)$");

private final Options options;
private CompletenessParameters parameters;

private CompletenessDAO completenessDAO = new CompletenessDAO();
Expand All @@ -61,7 +60,6 @@ public class Completeness implements BibliographicInputProcessor, Serializable {

public Completeness(String[] args) throws ParseException {
parameters = new CompletenessParameters(args);
options = parameters.getOptions();
readyToProcess = true;
plugin = CompletenessFactory.create(parameters);
recordFilter = parameters.getRecordFilter();
Expand Down

0 comments on commit d6d156f

Please sign in to comment.