Commit 698b6f6
Nick Pentreath
[MINOR] clean up style for storage param setters in ALS
Clean up style for param setter methods in ALS to match standard style and the other setter in class (this is an artefact of one of my previous PRs that wasn't cleaned up).
## How was this patch tested?
Existing tests - no functionality change.
Author: Nick Pentreath <[email protected]>
Closes #13480 from MLnick/als-param-minor-cleanup.
(cherry picked from commit ccd298e)
Signed-off-by: Nick Pentreath <[email protected]>1 parent 1153a40 commit 698b6f6
File tree
1 file changed
+2
-6
lines changed- mllib/src/main/scala/org/apache/spark/ml/recommendation
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
434 | | - | |
435 | | - | |
| 433 | + | |
436 | 434 | | |
437 | 435 | | |
438 | 436 | | |
439 | | - | |
440 | | - | |
441 | | - | |
| 437 | + | |
442 | 438 | | |
443 | 439 | | |
444 | 440 | | |
| |||
0 commit comments