From 617f0ef5428747b54069d5be17c5f02897b81e20 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 28 Aug 2012 18:26:28 +0200 Subject: [PATCH] Fix typo in new-in-3.1.html page Issue: SPR-9596 --- spring-framework-reference/src/new-in-3.1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/new-in-3.1.xml b/spring-framework-reference/src/new-in-3.1.xml index ed8880c6e6..d5aeb22000 100644 --- a/spring-framework-reference/src/new-in-3.1.xml +++ b/spring-framework-reference/src/new-in-3.1.xml @@ -489,7 +489,7 @@ A new UriComponents class has been added, which is an immutable container of URI components providing access to all contained URI components. - A nenw UriComponentsBuilder class is also + A new UriComponentsBuilder class is also provided to help create UriComponents instances. Together the two classes give fine-grained control over all aspects of preparing a URI including construction, expansion