This commit is contained in:
Arjen Poutsma
2009-02-24 16:20:26 +00:00
parent 2fde8ef4d9
commit 778a00a595

View File

@@ -101,8 +101,8 @@ public class URIEditor extends PropertyEditorSupport {
/** /**
* Create a URI instance for the given (resolved) String value. * Create a URI instance for the given (resolved) String value.
* <p>The default implementation uses the <code>URI(String)</code> * <p>The default implementation encodes the value into a RFC
* constructor, replacing spaces with "%20" quotes first. * 2396 compliant URI.
* @param value the value to convert into a URI instance * @param value the value to convert into a URI instance
* @return the URI instance * @return the URI instance
* @throws java.net.URISyntaxException if URI conversion failed * @throws java.net.URISyntaxException if URI conversion failed