mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-22 23:05:12 +01:00
CountryCodeTagger.java: Remove unused variable
Some of the other curation tasks use an array of results.
This commit is contained in:
parent
e158e4bc98
commit
ca7deaac8f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user