src/main/java: Add Javadoc stuff to CountryCodeTagger.java

This commit is contained in:
Alan Orth 2020-08-07 12:27:44 +03:00
parent ec293b3b28
commit 34acc351a5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
/**
* @author Alan Orth for the International Livestock Research Institute
* @version 5.1
* @since 1.0
*/
public class CountryCodeTagger extends AbstractCurationTask
{
public class CountryCodeTaggerConfig {