Skip to content

Commit

Permalink
Merge pull request #53 from Grohden/master
Browse files Browse the repository at this point in the history
Wrong tag was beign used in the example task
  • Loading branch information
levibostian committed Dec 10, 2018
2 parents 0d91352 + f4b8b8e commit 2aaa5c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ import java.util.*

class FooPendingTask(manuallyRun: Boolean,
groupId: String?,
data: String) : PendingTask(manuallyRun, data, groupId, FooPendingTask::class.java.simpleName) {
data: String) : PendingTask(manuallyRun, data, groupId, TAG) {

companion object {
fun blank(): FooPendingTask { return FooPendingTask(false, null, "") }
Expand Down

0 comments on commit 2aaa5c0

Please sign in to comment.