Skip to content

Commit 444aa4e

Browse files
committed
Polish Javadoc
1 parent abaf81f commit 444aa4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-beans/src/main/java/org/springframework/beans/propertyeditors/InputStreamEditor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
* Spring resource location (e.g. a URL String).
3030
*
3131
* <p>Supports Spring-style URL notation: any fully qualified standard URL
32-
* ("file:", "http:", etc) and Spring's special "classpath:" pseudo-URL.
32+
* ("file:", "http:", etc.) and Spring's special "classpath:" pseudo-URL.
3333
*
34-
* <p>Note that such streams do usually not get closed by Spring itself!
34+
* <p>Note that such streams usually do not get closed by Spring itself!
3535
*
3636
* @author Juergen Hoeller
3737
* @since 1.0.1

spring-beans/src/main/java/org/springframework/beans/propertyeditors/ReaderEditor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
* resource location (e.g. a URL String).
3131
*
3232
* <p>Supports Spring-style URL notation: any fully qualified standard URL
33-
* ("file:", "http:", etc) and Spring's special "classpath:" pseudo-URL.
33+
* ("file:", "http:", etc.) and Spring's special "classpath:" pseudo-URL.
3434
*
35-
* <p>Note that such readers do usually not get closed by Spring itself!
35+
* <p>Note that such readers usually do not get closed by Spring itself!
3636
*
3737
* @author Juergen Hoeller
3838
* @since 4.2

0 commit comments

Comments
 (0)