Polishing

This commit is contained in:
Juergen Hoeller
2023-12-30 11:45:34 +01:00
parent b1b6b544a2
commit 198cf063fd
11 changed files with 36 additions and 38 deletions

View File

@@ -85,7 +85,7 @@ email when someone places an order:
// Call the collaborators to persist the order...
// Create a thread safe "copy" of the template message and customize it
// Create a thread-safe "copy" of the template message and customize it
SimpleMailMessage msg = new SimpleMailMessage(this.templateMessage);
msg.setTo(order.getCustomer().getEmailAddress());
msg.setText(