Skip to content

Commit

Permalink
merge in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Wu committed Mar 13, 2016
1 parent be3830f commit c1e4e41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ class CleanerTester(
}
}

private def uncleanedResourcesToString: String = {
private def uncleanedResourcesToString = {
val s1 = {toBeCleanedRDDIds.synchronized {
toBeCleanedRDDIds.toSeq.sorted.mkString("[", ", ", "]")}
}
Expand Down

0 comments on commit c1e4e41

Please sign in to comment.