Skip to content

Commit 6357b98

Browse files
committed
set it to private
1 parent e1eb251 commit 6357b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/export/ModelExportFactory.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import org.apache.spark.mllib.clustering.KMeansModel
2121
import org.apache.spark.mllib.export.pmml.KMeansPMMLModelExport
2222
import org.apache.spark.mllib.export.ModelExportType._
2323

24-
object ModelExportFactory {
24+
private[mllib] object ModelExportFactory {
2525

2626
/**
2727
* Factory object to help creating the necessary ModelExport implementation

0 commit comments

Comments
 (0)