Skip to content

Instantly share code, notes, and snippets.

@erraggy
Created December 3, 2013 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erraggy/7762276 to your computer and use it in GitHub Desktop.
Save erraggy/7762276 to your computer and use it in GitHub Desktop.
class WebPageRow(table: WebTable, result: DeserializedResult) extends HRow[WebTable, String](result, table) {
def domain = new URL(rowid).getAuthority
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment