Skip to content

Commit

Permalink
JAV-200 moved coordinator to application layer
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyinx committed Aug 2, 2017
1 parent a1f7c80 commit 62f6034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
* limitations under the License.
*/

package io.servicecomb.saga.core;
package io.servicecomb.saga.core.application;

import io.servicecomb.saga.core.EventStore;
import io.servicecomb.saga.core.Saga;
import io.servicecomb.saga.core.application.interpreter.JsonRequestInterpreter;

public class SagaCoordinator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import static org.hamcrest.collection.IsIterableContainingInOrder.contains;
import static org.junit.Assert.assertThat;

import io.servicecomb.saga.core.application.SagaCoordinator;
import io.servicecomb.saga.core.application.interpreter.JsonRequestInterpreter;
import io.servicecomb.saga.infrastructure.EmbeddedEventStore;
import org.hamcrest.Description;
Expand Down

0 comments on commit 62f6034

Please sign in to comment.