Skip to content

Commit

Permalink
[SPARK-1406] Fixed scala style
Browse files Browse the repository at this point in the history
  • Loading branch information
selvinsource committed Feb 8, 2015
1 parent f46c75c commit 7a949d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ private[mllib] object PMMLModelExportFactory {
case logisticRegression: LogisticRegressionModel =>
new LogisticRegressionPMMLModelExport(logisticRegression, "logistic regression")
case _ =>
throw new IllegalArgumentException("PMML Export not supported for model: " + model.getClass)
throw new IllegalArgumentException("PMML Export not supported for model: "
+ model.getClass)
}
}

Expand Down

0 comments on commit 7a949d0

Please sign in to comment.