package eu.dnetlib.iis.wf.affmatching.write; /** * Affiliation matching execution report counter names. * * @author Ɓukasz Dumiszewski */ public final class AffMatchReportCounters { public static final String DOC_ORG_REFERENCES = "processing.affiliationMatching.docOrgReference"; public static final String DOCS_WITH_AT_LEAST_ONE_ORG = "processing.affiliationMatching.doc"; //------------------------ CONSTRUCTORS -------------------------- private AffMatchReportCounters() { throw new IllegalStateException("may not be instantiated"); } }