Skip to content

Commit 2d52e4d

Browse files
committed
add @AlphaComponent to package-info
1 parent 27582a4 commit 2d52e4d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

mllib/src/main/scala/org/apache/spark/ml/package.scala renamed to mllib/src/main/scala/org/apache/spark/ml/package-info.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.spark
19-
2018
/**
21-
* :: AlphaComponent ::
22-
* This is an ALPHA component that adapts the new set of machine learning APIs.
19+
* Spark ML is an ALPHA component that adapts the new set of machine learning APIs.
2320
*/
24-
package object ml {
25-
}
21+
@AlphaComponent
22+
package org.apache.spark.ml;
23+
24+
import org.apache.spark.annotation.AlphaComponent;

0 commit comments

Comments
 (0)