summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/src/main/resources/carbookings2.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/src/main/resources/carbookings2.composite')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/src/main/resources/carbookings2.composite6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/src/main/resources/carbookings2.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/src/main/resources/carbookings2.composite
index af01006b6f..b41b569544 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/src/main/resources/carbookings2.composite
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/src/main/resources/carbookings2.composite
@@ -22,16 +22,16 @@
name="carbookings2">
<component name="CarPartner">
<implementation.java
- class="com.tuscanyscatours.using.impl.CarPartnerImpl" />
+ class="com.tuscanyscatours.usingsca.impl.CarPartnerImpl" />
</component>
<wire source="CarPartner/cars" target="JoesCars" />
<wire source="CarPartner/cars" target="KensCars" />
<component name="JoesCars">
<implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
+ class="com.tuscanyscatours.usingsca.impl.CarVendorImpl" />
</component>
<component name="KensCars">
<implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
+ class="com.tuscanyscatours.usingsca.impl.CarVendorImpl" />
</component>
</composite>