Skip to content

Commit

Permalink
make Params.set private[ml]
Browse files Browse the repository at this point in the history
  • Loading branch information
yanboliang committed Oct 19, 2015
1 parent 2156015 commit 9822a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ trait Params extends Identifiable with Serializable {
/**
* Sets a parameter (by name) in the embedded param map.
*/
final def set(param: String, value: Any): this.type = {
private[ml] final def set(param: String, value: Any): this.type = {
set(getParam(param), value)
}

Expand Down

0 comments on commit 9822a26

Please sign in to comment.