committed by
Jens Schauder
parent
ccae97890f
commit
7b0c7a539b
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user