Browse Source

javadoc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@683 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Arjen Poutsma 17 years ago
parent
commit
21659ac68e
  1. 4
      org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/URIEditor.java

4
org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/URIEditor.java

@ -101,8 +101,8 @@ public class URIEditor extends PropertyEditorSupport { @@ -101,8 +101,8 @@ public class URIEditor extends PropertyEditorSupport {
/**
* Create a URI instance for the given (resolved) String value.
* <p>The default implementation uses the <code>URI(String)</code>
* constructor, replacing spaces with "%20" quotes first.
* <p>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

Loading…
Cancel
Save