fixing scaladoc warnings reported by jenkins

This commit is contained in:
Wojciech Langiewicz 2016-03-10 11:31:18 +01:00
parent 87113f9b14
commit afce1b7529
26 changed files with 74 additions and 73 deletions

View file

@ -11,7 +11,7 @@ import scala.concurrent.duration.Duration
/**
* Wraps a [[org.apache.camel.model.ProcessorDefinition]].
* There is an implicit conversion in the [[akka.camel]] package object that converts a `ProcessorDefinition` into `this` type.
* There is an implicit conversion in the `akka.camel` package object that converts a `ProcessorDefinition` into `this` type.
* Because of this conversion, it is possible to use an [[akka.actor.ActorRef]] as a `to` parameter in building a route:
* {{{
* class TestRoute(system: ActorSystem) extends RouteBuilder {