From 444aa4edcfc69ebc650fb278143c3ccd785dc051 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 3 Apr 2015 02:51:55 -0400 Subject: [PATCH] Polish Javadoc --- .../beans/propertyeditors/InputStreamEditor.java | 4 ++-- .../springframework/beans/propertyeditors/ReaderEditor.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-beans/src/main/java/org/springframework/beans/propertyeditors/InputStreamEditor.java b/spring-beans/src/main/java/org/springframework/beans/propertyeditors/InputStreamEditor.java index f982e0af17..b4b014b735 100644 --- a/spring-beans/src/main/java/org/springframework/beans/propertyeditors/InputStreamEditor.java +++ b/spring-beans/src/main/java/org/springframework/beans/propertyeditors/InputStreamEditor.java @@ -29,9 +29,9 @@ import org.springframework.util.Assert; * Spring resource location (e.g. a URL String). * *

Supports Spring-style URL notation: any fully qualified standard URL - * ("file:", "http:", etc) and Spring's special "classpath:" pseudo-URL. + * ("file:", "http:", etc.) and Spring's special "classpath:" pseudo-URL. * - *

Note that such streams do usually not get closed by Spring itself! + *

Note that such streams usually do not get closed by Spring itself! * * @author Juergen Hoeller * @since 1.0.1 diff --git a/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ReaderEditor.java b/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ReaderEditor.java index e0ccaf820a..826760eef0 100644 --- a/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ReaderEditor.java +++ b/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ReaderEditor.java @@ -30,9 +30,9 @@ import org.springframework.util.Assert; * resource location (e.g. a URL String). * *

Supports Spring-style URL notation: any fully qualified standard URL - * ("file:", "http:", etc) and Spring's special "classpath:" pseudo-URL. + * ("file:", "http:", etc.) and Spring's special "classpath:" pseudo-URL. * - *

Note that such readers do usually not get closed by Spring itself! + *

Note that such readers usually do not get closed by Spring itself! * * @author Juergen Hoeller * @since 4.2