#494 - Fix spelling mistake.

Original pull request: #494.
This commit is contained in:
Feng Zhang
2019-03-26 15:41:58 +08:00
committed by Jens Schauder
parent ccae97890f
commit 7b0c7a539b

View File

@@ -70,7 +70,7 @@ public class DataInitializer {
@Transactional("orderTransactionManager")
public Order initializeOrder(CustomerId customer) {
Assert.notNull(customer, "Custoemr identifier must not be null!");
Assert.notNull(customer, "Customer identifier must not be null!");
Order order = new Order(customer);
order.add(new LineItem("Lakewood Guitar"));