mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2025-05-10 15:16:04 +02:00
CountryCodeTagger.java: Remove unused variable
Some of the other curation tasks use an array of results.
This commit is contained in:
@ -44,8 +44,6 @@ public class CountryCodeTagger extends AbstractCurationTask
|
||||
private final String iso3166Alpha2Field = taskProperty("iso3166-alpha2.field");
|
||||
private final boolean forceupdate = taskBooleanProperty("forceupdate", false);
|
||||
|
||||
private List<String> results = new ArrayList<String>();
|
||||
|
||||
private Logger log = Logger.getLogger(CountryCodeTagger.class);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user