File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
mllib/src/main/scala/org/apache/spark/ml Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ package org.apache.spark.ml
1919
2020import org .apache .spark .annotation .AlphaComponent
2121import org .apache .spark .ml .param .ParamMap
22+ import org .apache .spark .ml .util .Identifiable
2223import org .apache .spark .sql .DataFrame
2324
2425/**
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import scala.annotation.varargs
2424import scala .collection .mutable
2525
2626import org .apache .spark .annotation .{AlphaComponent , DeveloperApi }
27- import org .apache .spark .ml .Identifiable
27+ import org .apache .spark .ml .util . Identifiable
2828
2929/**
3030 * :: AlphaComponent ::
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- package org .apache .spark .ml
18+ package org .apache .spark .ml . util
1919
2020import java .util .UUID
2121
You can’t perform that action at this time.
0 commit comments