Skip to content

Commit 1bd2583

Browse files
committed
organize imports
1 parent 94afa7a commit 1bd2583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mllib/src/main/scala/org/apache/spark/mllib/pmml/PMMLExportable.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
package org.apache.spark.mllib.pmml
1919

2020
import java.io.{File, OutputStream, StringWriter}
21-
2221
import javax.xml.transform.stream.StreamResult
22+
2323
import org.jpmml.model.JAXBUtil
2424

2525
import org.apache.spark.SparkContext
26-
import org.apache.spark.annotation.{Experimental, DeveloperApi}
26+
import org.apache.spark.annotation.{DeveloperApi, Experimental}
2727
import org.apache.spark.mllib.pmml.export.PMMLModelExportFactory
2828

2929
/**

0 commit comments

Comments
 (0)