Skip to content

Commit f494a47

Browse files
committed
Fix private scope issue.
1 parent 8c36940 commit f494a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/feature/Bucketizer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ object Bucketizer extends DefaultParamsReadable[Bucketizer] {
178178
* @throws SparkException if a feature is < splits.head or > splits.last
179179
*/
180180

181-
private[Bucketizer] def binarySearchForBuckets(
181+
private[feature] def binarySearchForBuckets(
182182
splits: Array[Double],
183183
feature: Double,
184184
keepInvalid: Boolean): Double = {

0 commit comments

Comments
 (0)