Skip to content

Commit

Permalink
Updated forgotten message.properties file
Browse files Browse the repository at this point in the history
Signed-off-by: arjantijms <[email protected]>
  • Loading branch information
arjantijms committed Dec 23, 2020
1 parent f0cb0ff commit 5d3a153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/apache/jasper/resources/messages.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
# Copyright 2004 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down 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

0 comments on commit 5d3a153

Please sign in to comment.