You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/07/23 15:21:22 UTC

[tomcat] 03/03: Remove deprecated code

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

commit 678c7a0aaa5de05b99ce3cf005fe79504fe683bc
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jul 23 16:19:25 2021 +0100

    Remove deprecated code
---
 java/org/apache/catalina/core/Constants.java | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/java/org/apache/catalina/core/Constants.java b/java/org/apache/catalina/core/Constants.java
index d7161ba..13b8334 100644
--- a/java/org/apache/catalina/core/Constants.java
+++ b/java/org/apache/catalina/core/Constants.java
@@ -18,11 +18,6 @@ package org.apache.catalina.core;
 
 public class Constants {
 
-    /**
-     * Unused. Will be removed in Apache Tomcat 10.1.x onwards.
-     */
-    @Deprecated
-    public static final String Package = "org.apache.catalina.core";
     public static final int MAJOR_VERSION = 5;
     public static final int MINOR_VERSION = 1;
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org