Skip to content

Commit e6845f1

Browse files
committed
pmmml -> pmml
1 parent 49f8a8d commit e6845f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/util/ReadWrite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ abstract class PMMLWriter extends MLWriter {
168168
/**
169169
* Specifies the underlying output data format as PMML
170170
*/
171-
def pmmml(): MLWriter = {
171+
def pmml(): MLWriter = {
172172
this.source = "pmml"
173173
this
174174
}

0 commit comments

Comments
 (0)