Skip to content

Commit

Permalink
Merge pull request #182 from dblevins/javax-renames
Browse files Browse the repository at this point in the history
Remaining javax-to-jakarta renames
  • Loading branch information
arjantijms authored Sep 7, 2020
2 parents 4c210fa + efb6f32 commit 085a68e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ jsp.warning.boolean=PWC6337: Invalid value for the initParam {0}. Will use the d
jsp.error.beans.property.conversion=PWC6338: Cannot convert \"{0}\" for the attribute {2} of the bean {1}: {3}
jsp.error.setter.none=PWC6339: Cannot find a setter method for the attribute {1} of the tag handler {0}
jsp.error.setter.notobject=PWC6340: According to the TLD, rtexprvalue is true, and deferred-value is specified for the attribute {1} of the tag handler {0}, but the argument for the setter method is not a java.lang.Object
jsp.error.setter.notvalueexpression= PWC6341: According to the TLD, deferred-value is specified for the attribute {1} of the tag handler {0}, but the argument for the setter method is not a javax.el.ValueExpression
jsp.error.setter.notmethodexpression=PWC6342: According to the TLD, deferred-method is specified for the attribute {1} of the tag handler {0}, but the argument for the setter method is not a javax.el.MethodExpression
jsp.error.setter.notvalueexpression= PWC6341: According to the TLD, deferred-value is specified for the attribute {1} of the tag handler {0}, but the argument for the setter method is not a jakarta.el.ValueExpression
jsp.error.setter.notmethodexpression=PWC6342: According to the TLD, deferred-method is specified for the attribute {1} of the tag handler {0}, but the argument for the setter method is not a jakarta.el.MethodExpression
jsp.error.setter.notequal=PWC6343: The type in the TLD for attribute {1} of the tag handler {0} does not match the argument type of its setter method
jsp.error.unableToCreateOutputWriter=PWC6344: Unable to create output writer for file {0}
jsp.error.nojdk=PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required
Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/ServerPages.adoc
Original file line number Diff line number Diff line change
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 085a68e

Please sign in to comment.