mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Polish Javadoc
This commit is contained in:
+2
-2
@@ -29,9 +29,9 @@ import org.springframework.util.Assert;
|
||||
* Spring resource location (e.g. a URL String).
|
||||
*
|
||||
* <p>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.
|
||||
*
|
||||
* <p>Note that such streams do usually not get closed by Spring itself!
|
||||
* <p>Note that such streams usually do not get closed by Spring itself!
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 1.0.1
|
||||
|
||||
+2
-2
@@ -30,9 +30,9 @@ import org.springframework.util.Assert;
|
||||
* resource location (e.g. a URL String).
|
||||
*
|
||||
* <p>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.
|
||||
*
|
||||
* <p>Note that such readers do usually not get closed by Spring itself!
|
||||
* <p>Note that such readers usually do not get closed by Spring itself!
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 4.2
|
||||
|
||||
Reference in New Issue
Block a user