Skip to content

Commit 778a00a

Browse files
committed
javadoc
1 parent 2fde8ef commit 778a00a

File tree

1 file changed

+2
-2
lines changed
  • org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ public void setAsText(String text) throws IllegalArgumentException {
101101

102102
/**
103103
* Create a URI instance for the given (resolved) String value.
104-
* <p>The default implementation uses the <code>URI(String)</code>
105-
* constructor, replacing spaces with "%20" quotes first.
104+
* <p>The default implementation encodes the value into a RFC
105+
* 2396 compliant URI.
106106
* @param value the value to convert into a URI instance
107107
* @return the URI instance
108108
* @throws java.net.URISyntaxException if URI conversion failed

0 commit comments

Comments
 (0)