Skip to content

Commit

Permalink
Merge branch 'master' into strict-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian authored Apr 6, 2018
2 parents 960edf4 + ad30d00 commit 6b02090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import com.levibostian.wendy.util.LogUtil
/**
* How you interact with Wendy with [PendingTask] instances you create. Add tasks to Wendy to run, get a list of all the [PendingTask]s registered to Wendy, etc.
*/
open class PendingTasks private constructor(context: Context, private val tasksFactory: PendingTasksFactory) {
open class PendingTasks private constructor(context: Context, internal val tasksFactory: PendingTasksFactory) {

companion object {
private var instance: PendingTasks? = null
Expand Down

0 comments on commit 6b02090

Please sign in to comment.