Skip to content

Commit

Permalink
Revert changelog reference back to javax
Browse files Browse the repository at this point in the history
Signed-off-by: David Blevins <david.blevins@gmail.com>
  • Loading branch information
dblevins committed Aug 30, 2020
1 parent 42afba6 commit efb6f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/ServerPages.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11003,7 +11003,7 @@ Jakarta Server Pages specification. This appendix is non-normative.

=== Changes between JSP 3.0 and JSR 245

* The API has moved from the `jakarta.servlet.jsp` package to the
* The API has moved from the `javax.servlet.jsp` package to the
`jakarta.servlet.jsp` package.
* All deprecated methods now include the `@Deprecated` annotation.
* All API methods use generics where appropriate.
Expand Down Expand Up @@ -11237,4 +11237,4 @@ JSP container and provides services in response to requests.

*Web Container Provider* +
A vendor that provides a servlet and JSP
container that support the corresponding component contracts.
container that support the corresponding component contracts.

0 comments on commit efb6f32

Please sign in to comment.