BREAKAGE: switching from se.scalablesolutions.akka to akka for all packages
This commit is contained in:
parent
29791593f0
commit
680ee7ddf1
393 changed files with 2100 additions and 2101 deletions
|
|
@ -1,12 +1,12 @@
|
|||
package se.scalablesolutions.akka.camel;
|
||||
package akka.camel;
|
||||
|
||||
import org.apache.camel.NoTypeConversionAvailableException;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
import se.scalablesolutions.akka.camel.CamelContextManager;
|
||||
import se.scalablesolutions.akka.camel.Message;
|
||||
import se.scalablesolutions.akka.japi.Function;
|
||||
import akka.camel.CamelContextManager;
|
||||
import akka.camel.Message;
|
||||
import akka.japi.Function;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.util.*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue