enrich icon indicating copy to clipboard operation
enrich copied to clipboard

Common: update scaladoc for IabEnrichment case class

Open dilyand opened this issue 5 years ago • 0 comments
trafficstars

It appears we've changed the class but forgot to update the scaladoc:

/**
 * Contains enrichments based on IAB Spiders&Robots lookup.
 * @param ipFile (Full URI to the IAB excluded IP list, database name)
 * @param excludeUaFile (Full URI to the IAB excluded user agent list, database name)
 * @param includeUaFile (Full URI to the IAB included user agent list, database name)
 * @param localMode Whether to use the local database file. Enabled for tests.
 */
final case class IabEnrichment(schemaKey: SchemaKey, iabClient: IabClient) extends Enrichment {???}

dilyand avatar Sep 04 '20 10:09 dilyand