This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a171d4529f Remove deprecation to align with latest JSP 4.0 API
a171d4529f is described below
commit a171d4529f848797cf33d8b2ba5ea9ba440b1502
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Oct 23 09:35:30 2023 +0100
Remove deprecation to align with latest JSP 4.0 API
---
java/jakarta/servlet/jsp/ErrorData.java | 3 ---
1 file changed, 3 deletions(-)
diff --git a/java/jakarta/servlet/jsp/ErrorData.java
b/java/jakarta/servlet/jsp/ErrorData.java
index a1d445b059..5424f65d6d 100644
--- a/java/jakarta/servlet/jsp/ErrorData.java
+++ b/java/jakarta/servlet/jsp/ErrorData.java
@@ -40,10 +40,7 @@ public final class ErrorData {
* @param statusCode The status code of the error
* @param uri The request URI
* @param servletName The name of the servlet invoked
- *
- * @deprecated Use {#link {@link ErrorData#ErrorData(Throwable, int,
String, String, String)}
*/
- @Deprecated(since = "4.0", forRemoval = true)
public ErrorData(Throwable throwable, int statusCode, String uri, String
servletName) {
this(throwable, statusCode, uri, servletName, null);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]