drexin / akka-mesos

Mesos library built on top of Akka.
39 stars 9 forks source link

Use immutable.Seq everywhere #7

Open drexin opened 9 years ago

drexin commented 9 years ago

SchedulerPublisher does not use immutable.Seq, maybe some other classes also don't use it. Check and import it everywhere.