From 3e2cc7dd195cdad10abb882c289b53458594bb33 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 6 May 2011 15:35:40 +0000 Subject: [PATCH] polishing --- .../org/springframework/beans/propertyeditors/URIEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3dd98379981..add95f10c34 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 @@ -36,7 +36,7 @@ import org.springframework.util.StringUtils; * *

By default, this editor will encode Strings into URIs. For instance, * a space will be encoded into {@code %20}. This behavior can be changed - * by setting calling the {@link #URIEditor(boolean)} constructor. + * by calling the {@link #URIEditor(boolean)} constructor. * *

Note: A URI is more relaxed than a URL in that it does not require * a valid protocol to be specified. Any scheme within a valid URI syntax