From 5d3a1535cc8b2ccbb8e00df48b69dce8fade0c18 Mon Sep 17 00:00:00 2001 From: arjantijms Date: Wed, 23 Dec 2020 14:58:08 +0100 Subject: [PATCH] Updated forgotten message.properties file Signed-off-by: arjantijms --- .../java/org/apache/jasper/resources/messages.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/jasper/resources/messages.properties b/src/main/java/org/apache/jasper/resources/messages.properties index ef8a773..6930c64 100644 --- a/src/main/java/org/apache/jasper/resources/messages.properties +++ b/src/main/java/org/apache/jasper/resources/messages.properties @@ -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"); @@ -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