This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 782979f8b93497c0a9645b2b056043fef14d6e66 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Nov 4 08:17:58 2019 +0000 Add @Deprecated to fix IDE warning --- java/org/apache/tomcat/util/net/AbstractEndpoint.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/tomcat/util/net/AbstractEndpoint.java b/java/org/apache/tomcat/util/net/AbstractEndpoint.java index 74ba555..f3f10a4 100644 --- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java +++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java @@ -107,6 +107,7 @@ public abstract class AbstractEndpoint<S,U> { * @deprecated Unused, will be removed in Tomcat 10, replaced * by AbstractEndpoint.getConnections */ + @Deprecated public Set<S> getOpenSockets(); /** --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org