Skip to content

Commit

Permalink
Unseal ThreadUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvik committed Apr 23, 2012
1 parent 5ae65fd commit a88b2f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.util.concurrent._
* and background threads.
*
* @author Daniel Solano Gómez */
sealed trait ThreadUtils {
trait ThreadUtils {
/** An Android handler to post things onto the UI thread. */
protected def handler: Option[Handler]
/** A Java executor service to manage background tasks. */
Expand Down

0 comments on commit a88b2f2

Please sign in to comment.