Skip to content

Commit

Permalink
Make ContainerService public
Browse files Browse the repository at this point in the history
  • Loading branch information
vonnagy committed Apr 20, 2015
1 parent 4e54db0 commit a9dc49d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import scala.concurrent.duration._
* @param config an optional configuration to use. It will tak precedence over those pass from the command line or
* from the default.
*/
protected class ContainerService(routeEndpoints: Seq[Class[_ <: RoutedEndpoints]] = Nil,
class ContainerService(routeEndpoints: Seq[Class[_ <: RoutedEndpoints]] = Nil,
healthChecks: Seq[HealthCheck] = Nil,
props: Seq[Tuple2[String, Props]] = Nil,
config: Option[Config] = None) extends CoreConfig with SystemShutdown with LoggingAdapter {
Expand Down

0 comments on commit a9dc49d

Please sign in to comment.