Skip to content

Commit

Permalink
Use default copy
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jul 30, 2015
1 parent 71e8d66 commit 1987b95
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ class StringIndexerInverse private[ml] (
}

override def copy(extra: ParamMap): StringIndexerInverse = {
val copied = new StringIndexerInverse(uid)
copyValues(copied, extra)
defaultCopy(extra)
}

}

0 comments on commit 1987b95

Please sign in to comment.