Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common: update scaladoc for IabEnrichment case class #332

Open
dilyand opened this issue Sep 4, 2020 · 0 comments
Open

Common: update scaladoc for IabEnrichment case class #332

dilyand opened this issue Sep 4, 2020 · 0 comments

Comments

@dilyand
Copy link
Contributor

dilyand commented Sep 4, 2020

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 {???}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant