mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
javadoc
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user