Making everything compile and tests pass

This commit is contained in:
Viktor Klang 2012-06-28 15:33:49 +02:00
parent 9ac9e88c31
commit 1a7f29aaec
35 changed files with 101 additions and 59 deletions

View file

@ -1,7 +1,7 @@
package docs.camel
object Consumers {
{
def foo = {
//#Consumer1
import akka.camel.{ CamelMessage, Consumer }
@ -14,7 +14,7 @@ object Consumers {
}
//#Consumer1
}
{
def bar = {
//#Consumer2
import akka.camel.{ CamelMessage, Consumer }