From b87b23087dfb291fd44d0fdaf6fabe9bfbc4b029 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 7 Aug 2010 13:57:16 +0000 Subject: [PATCH] Replace 'recourse' with simpler terms (SPR-7339) --- spring-framework-reference/src/mail.xml | 6 +++--- spring-framework-reference/src/validation.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-framework-reference/src/mail.xml b/spring-framework-reference/src/mail.xml index 2f1330e8d18..45165523207 100644 --- a/spring-framework-reference/src/mail.xml +++ b/spring-framework-reference/src/mail.xml @@ -303,9 +303,9 @@ sender.send(message);]]> create your email template(s), you will need to have the Velocity libraries available on your classpath. You will also need to create one or more Velocity templates for the email content that your application needs. Find below the Velocity - template that this example will be using... as you can see it is HTML-based, - and since it is plain text it can be created using your favorite HTML editor - without recourse to having to know Java. + template that this example will be using. As you can see it is HTML-based, + and since it is plain text it can be created using your favorite HTML + or text editor. # in the com/foo/package diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index da9082b0fb2..916318fe445 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -108,9 +108,9 @@ public class Person { Customer objects, and so a distinct AddressValidator has been implemented. If you want your CustomerValidator to reuse the logic contained within the - AddressValidator class without recourse to copy-n-paste you can - dependency-inject or instantiate an AddressValidator within your - CustomerValidator, and use it like so: + AddressValidator class without resorting to copy-and-paste, + you can dependency-inject or instantiate an AddressValidator + within your CustomerValidator, and use it like so: - \ No newline at end of file +