From 21659ac68ee4f596a2646ae1e3fcf27bc47c515d Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 24 Feb 2009 16:20:26 +0000 Subject: [PATCH] javadoc git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@683 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../org/springframework/beans/propertyeditors/URIEditor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/URIEditor.java b/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/URIEditor.java index a663c2116da..61731b0b031 100644 --- a/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/URIEditor.java +++ b/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/URIEditor.java @@ -101,8 +101,8 @@ public class URIEditor extends PropertyEditorSupport { /** * Create a URI instance for the given (resolved) String value. - *

The default implementation uses the URI(String) - * constructor, replacing spaces with "%20" quotes first. + *

The default implementation encodes the value into a RFC + * 2396 compliant URI. * @param value the value to convert into a URI instance * @return the URI instance * @throws java.net.URISyntaxException if URI conversion failed