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 8301307 Remove one more bit of deprecated code (and fix the build)
8301307 is described below
commit 8301307ce76540e92c6068d8277038d133da862c
Author: Mark Thomas <[email protected]>
AuthorDate: Mon May 24 18:15:11 2021 +0100
Remove one more bit of deprecated code (and fix the build)
---
java/org/apache/tomcat/websocket/pojo/PojoEndpointClient.java | 8 --------
1 file changed, 8 deletions(-)
diff --git a/java/org/apache/tomcat/websocket/pojo/PojoEndpointClient.java
b/java/org/apache/tomcat/websocket/pojo/PojoEndpointClient.java
index 2aebe00..4d57291 100644
--- a/java/org/apache/tomcat/websocket/pojo/PojoEndpointClient.java
+++ b/java/org/apache/tomcat/websocket/pojo/PojoEndpointClient.java
@@ -33,14 +33,6 @@ import org.apache.tomcat.InstanceManager;
*/
public class PojoEndpointClient extends PojoEndpointBase {
- @Deprecated
- public PojoEndpointClient(Object pojo,
- List<Class<? extends Decoder>> decoders) throws
DeploymentException {
- super(Collections.<String,String>emptyMap());
- setPojo(pojo);
- setMethodMapping(new PojoMethodMapping(pojo.getClass(), decoders,
null));
- }
-
public PojoEndpointClient(Object pojo, List<Class<? extends Decoder>>
decoders, InstanceManager instanceManager) throws DeploymentException {
super(Collections.<String,String>emptyMap());
setPojo(pojo);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]