Skip to content

Commit c3ef9b8

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

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/ModelExportType.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package org.apache.spark.mllib.export
2222
* - PMML exports the machine learning models in an XML-based file format
2323
* called Predictive Model Markup Language developed by the Data Mining Group (www.dmg.org).
2424
*/
25-
object ModelExportType extends Enumeration{
25+
private[mllib] object ModelExportType extends Enumeration{
2626

2727
type ModelExportType = Value
2828
val PMML = Value

0 commit comments

Comments
 (0)