|
|
@@ -28,7 +28,7 @@ import se.citerus.dddsample.domain.model.location.Location;
|
|
28
|
28
|
* The life cycle of a cargo ends when the cargo is claimed by the customer.
|
|
29
|
29
|
*
|
|
30
|
30
|
* The cargo aggregate, and the entre domain model, is built to solve the problem
|
|
31
|
|
- * of booking and tracking cargo. All important buisness rules for determining whether
|
|
|
31
|
+ * of booking and tracking cargo. All important business rules for determining whether
|
|
32
|
32
|
* or not a cargo is misrouted, what the current status of the cargo is (on board carrier,
|
|
33
|
33
|
* in port etc), are captured in this aggregate.
|
|
34
|
34
|
*
|