Skip to content

Commit

Permalink
hot fix for PR105 - change to Java annotation
Browse files Browse the repository at this point in the history
Author: CodingCat <[email protected]>

Closes apache#133 from CodingCat/SPARK-1160-2 and squashes the following commits:

6607155 [CodingCat] hot fix for PR105 - change to Java annotation
  • Loading branch information
CodingCat authored and aarondav committed Mar 13, 2014
1 parent 31a7040 commit 6bd2eaa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,9 @@ trait JavaRDDLike[T, This <: JavaRDDLike[T, This]] extends Serializable {

/**
* Return an array that contains all of the elements in this RDD.
* @deprecated As of Spark 1.0.0, toArray() is deprecated, use {@link #collect()} instead
*/
@deprecated("use collect", "1.0.0")
@Deprecated
def toArray(): JList[T] = collect()

/**
Expand Down

0 comments on commit 6bd2eaa

Please sign in to comment.