spark git commit: [SPARK-7498] [MLLIB] add varargs back to setDefault

2015-05-21 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.4 e29b811ed - 7e0912b1d [SPARK-7498] [MLLIB] add varargs back to setDefault We removed `varargs` due to Java compilation issues. That was a false alarm because I didn't run `build/sbt clean`. So this PR reverts the changes. jkbradley

spark git commit: [SPARK-7498] [MLLIB] add varargs back to setDefault

2015-05-21 Thread meng
Repository: spark Updated Branches: refs/heads/master 6d75ed7e5 - cdc7c055c [SPARK-7498] [MLLIB] add varargs back to setDefault We removed `varargs` due to Java compilation issues. That was a false alarm because I didn't run `build/sbt clean`. So this PR reverts the changes. jkbradley