Skip to content

Commit

Permalink
Minor clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Oct 14, 2014
1 parent 44089ec commit 56d5b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/apache/spark/TaskContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ static void unset() {
*/
public abstract boolean isInterrupted();

/** @deprecated: use isRunningLocally() */
@Deprecated
/** Deprecated: use isRunningLocally() */
public abstract boolean runningLocally();

public abstract boolean isRunningLocally();
Expand All @@ -89,7 +89,7 @@ static void unset() {
* is for HadoopRDD to register a callback to close the input stream.
* Will be called in any situation - success, failure, or cancellation.
*
* Deprecated: use addTaskCompletionListener
* @deprecated: use addTaskCompletionListener
*
* @param f Callback function.
*/
Expand Down
1 change: 0 additions & 1 deletion project/MimaBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ object MimaBuild {
ProblemFilters.exclude[IncompatibleResultTypeProblem](fullName),
ProblemFilters.exclude[IncompatibleMethTypeProblem](fullName),
ProblemFilters.exclude[IncompatibleFieldTypeProblem](fullName)
// ProblemFilters.exclude[AbstractClassProblem](fullName)
)

// Exclude a single class and its corresponding object
Expand Down

0 comments on commit 56d5b7a

Please sign in to comment.