Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Mar 30, 2024
1 parent 86b87d7 commit d360def
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Core support package for type filtering (for example for classpath scanning).
* Core support package for type filtering (for example, for classpath scanning).
*/
@NonNullApi
@NonNullFields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* Support for various programming model styles including the invocation of
* different types of handlers like an annotated controller or a simple WebHandler.
* Includes the handling of handler result values, e.g. @ResponseBody, view
* resolution, and so on.
* different types of handlers like an annotated controller or a simple
* {@code WebHandler}. Includes the handling of handler result values —
* for example, {@code @ResponseBody}, view resolution, and so on.
*/
@NonNullApi
@NonNullFields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Support classes for views based on the JSR-223 script engine abstraction
* (as included in Java 6+). For example using JavaScript via Nashorn on JDK 8.
* Contains a View implementation for scripted templates.
* Support classes for views based on the JSR-223 script engine abstraction.
* Contains a {@code View} implementation for scripted templates.
*/
@NonNullApi
@NonNullFields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Support classes for views based on the JSR-223 script engine abstraction
* (as included in Java 6+), e.g. using JavaScript via Nashorn on JDK 8.
* Contains a View implementation for scripted templates.
* Support classes for views based on the JSR-223 script engine abstraction.
* Contains a {@code View} implementation for scripted templates.
*/
@NonNullApi
@NonNullFields
Expand Down

0 comments on commit d360def

Please sign in to comment.