Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Feb 27, 2024
1 parent 9f6eef0 commit 4ae443d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/jakarta/servlet/jsp/ErrorData.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2023 Oracle and/or its affiliates and others.
* Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
* All rights reserved.
* Copyright 2004 The Apache Software Foundation
*
Expand Down Expand Up @@ -43,7 +43,7 @@ public final class ErrorData {
* @param uri The request URI
* @param servletName The name of the servlet invoked
*
* @deprecated Use {@link ErrorData#ErrorData(Throwable, int, String, String, String)}
* @deprecated Use {@link ErrorData#ErrorData(Throwable, int, String, String, String, String)}
*/
@Deprecated(since = "4.0", forRemoval = true)
public ErrorData(Throwable throwable, int statusCode, String uri, String servletName) {
Expand Down

0 comments on commit 4ae443d

Please sign in to comment.