Skip to content

Commit d360def

Browse files
committed
Polishing
1 parent 86b87d7 commit d360def

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

spring-core/src/main/java/org/springframework/core/type/filter/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Core support package for type filtering (for example for classpath scanning).
2+
* Core support package for type filtering (for example, for classpath scanning).
33
*/
44
@NonNullApi
55
@NonNullFields

spring-webflux/src/main/java/org/springframework/web/reactive/result/package-info.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Support for various programming model styles including the invocation of
3-
* different types of handlers like an annotated controller or a simple WebHandler.
4-
* Includes the handling of handler result values, e.g. @ResponseBody, view
5-
* resolution, and so on.
3+
* different types of handlers like an annotated controller or a simple
4+
* {@code WebHandler}. Includes the handling of handler result values —
5+
* for example, {@code @ResponseBody}, view resolution, and so on.
66
*/
77
@NonNullApi
88
@NonNullFields

spring-webflux/src/main/java/org/springframework/web/reactive/result/view/script/package-info.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
2-
* Support classes for views based on the JSR-223 script engine abstraction
3-
* (as included in Java 6+). For example using JavaScript via Nashorn on JDK 8.
4-
* Contains a View implementation for scripted templates.
2+
* Support classes for views based on the JSR-223 script engine abstraction.
3+
* Contains a {@code View} implementation for scripted templates.
54
*/
65
@NonNullApi
76
@NonNullFields

spring-webmvc/src/main/java/org/springframework/web/servlet/view/script/package-info.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
2-
* Support classes for views based on the JSR-223 script engine abstraction
3-
* (as included in Java 6+), e.g. using JavaScript via Nashorn on JDK 8.
4-
* Contains a View implementation for scripted templates.
2+
* Support classes for views based on the JSR-223 script engine abstraction.
3+
* Contains a {@code View} implementation for scripted templates.
54
*/
65
@NonNullApi
76
@NonNullFields

0 commit comments

Comments
 (0)