Patrik Fredriksson 18 jaren geleden
bovenliggende
commit
1cf5a134c1
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      dddsample/src/main/java/se/citerus/dddsample/domain/model/cargo/Cargo.java

+ 1
- 1
dddsample/src/main/java/se/citerus/dddsample/domain/model/cargo/Cargo.java Bestand weergeven

@@ -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
  *