Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Fixes #937 - TaskFactory.newTask should return an Option of a case class #1549

Merged
merged 1 commit into from
May 19, 2015

Conversation

kolloch
Copy link
Contributor

@kolloch kolloch commented May 19, 2015

instead of a tuple.

@kolloch
Copy link
Contributor Author

kolloch commented May 19, 2015

I do not really like the name TaskFactory.CreatedTask. If you have a better one, I am open for suggestions.

}

object TaskFactory {
case class CreatedTask(mesosTask: TaskInfo, marathonTask: MarathonTask)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't think of any better name.

@ConnorDoyle
Copy link
Contributor

Thanks @kolloch

ConnorDoyle added a commit that referenced this pull request May 19, 2015
Fixes #937 - TaskFactory.newTask should return an Option of a case class
@ConnorDoyle ConnorDoyle merged commit abe629f into master May 19, 2015
@ConnorDoyle ConnorDoyle deleted the pk/fix-new-task-return branch May 19, 2015 15:39
@marcomonaco marcomonaco added the pr label Mar 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants