Skip to content

Commit 0b1eaa3

Browse files
author
Nick Pentreath
committed
No need for 'recommendation' private scope
1 parent 301e8b8 commit 0b1eaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/recommendation/MatrixFactorizationModel.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ object MatrixFactorizationModel extends Loader[MatrixFactorizationModel] {
246246

247247
import org.apache.spark.mllib.util.Loader._
248248

249-
@transient private[recommendation] val _f2jBLAS = new F2jBLAS
249+
@transient private val _f2jBLAS = new F2jBLAS
250250

251251
/**
252252
* Makes recommendations for a single user (or product).

0 commit comments

Comments
 (0)