Skip to content

Commit

Permalink
add @AlphaComponent to package-info
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxr committed Nov 10, 2014
1 parent 27582a4 commit 2d52e4d
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
* limitations under the License.
*/

package org.apache.spark

/**
* :: AlphaComponent ::
* This is an ALPHA component that adapts the new set of machine learning APIs.
* Spark ML is an ALPHA component that adapts the new set of machine learning APIs.
*/
package object ml {
}
@AlphaComponent
package org.apache.spark.ml;

import org.apache.spark.annotation.AlphaComponent;

0 comments on commit 2d52e4d

Please sign in to comment.