This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 00d95b6ffc8118f274369ad2c89fd98898edd7d2
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 5 10:37:04 2020 +0100

    No need to duplicate class level @SuppressWarnings annotation
---
 java/javax/servlet/http/HttpSessionContext.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/java/javax/servlet/http/HttpSessionContext.java 
b/java/javax/servlet/http/HttpSessionContext.java
index 13fb133..f1bab21 100644
--- a/java/javax/servlet/http/HttpSessionContext.java
+++ b/java/javax/servlet/http/HttpSessionContext.java
@@ -40,7 +40,6 @@ public interface HttpSessionContext {
      *             must return null and will be removed in a future version of
      *             this API.
      */
-    @SuppressWarnings("dep-ann")
     // Spec API does not use @Deprecated
     public HttpSession getSession(String sessionId);
 
@@ -51,7 +50,6 @@ public interface HttpSessionContext {
      *             must return an empty <code>Enumeration</code> and will be
      *             removed in a future version of this API.
      */
-    @SuppressWarnings("dep-ann")
     // Spec API does not use @Deprecated
     public Enumeration<String> getIds();
 }


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

Reply via email to