Re: [tomcat] branch 7.0.x updated: Fix removal of imports

2020-06-03 Thread Mark Thomas
On 03/06/2020 09:48, r...@apache.org wrote:
> This is an automated email from the ASF dual-hosted git repository.
> 
> remm pushed a commit to branch 7.0.x
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
> 
> 
> The following commit(s) were added to refs/heads/7.0.x by this push:
>  new 89223f8  Fix removal of imports
> 89223f8 is described below
> 
> commit 89223f8c1ebb5e9467cf9e83519ae4506b3e90ae
> Author: remm 
> AuthorDate: Wed Jun 3 10:48:29 2020 +0200
> 
> Fix removal of imports

Thanks. I have my Tomcat 7 build set to use Java 6 so it must have
removed them as unused. I'll try and keep an eye on this in future.

Mark

> ---
>  java/org/apache/tomcat/websocket/WsWebSocketContainer.java | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/java/org/apache/tomcat/websocket/WsWebSocketContainer.java 
> b/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
> index 400a2b0..b4cbe34 100644
> --- a/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
> +++ b/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
> @@ -28,6 +28,9 @@ import java.net.SocketAddress;
>  import java.net.URI;
>  import java.net.URISyntaxException;
>  import java.nio.ByteBuffer;
> +import java.nio.channels.AsynchronousChannelGroup;
> +import java.nio.channels.AsynchronousSocketChannel;
> +import java.nio.charset.StandardCharsets;
>  import java.security.KeyStore;
>  import java.util.ArrayList;
>  import java.util.Arrays;
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


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



[tomcat] branch 7.0.x updated: Fix removal of imports

2020-06-03 Thread remm
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 89223f8  Fix removal of imports
89223f8 is described below

commit 89223f8c1ebb5e9467cf9e83519ae4506b3e90ae
Author: remm 
AuthorDate: Wed Jun 3 10:48:29 2020 +0200

Fix removal of imports
---
 java/org/apache/tomcat/websocket/WsWebSocketContainer.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/java/org/apache/tomcat/websocket/WsWebSocketContainer.java 
b/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
index 400a2b0..b4cbe34 100644
--- a/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
+++ b/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
@@ -28,6 +28,9 @@ import java.net.SocketAddress;
 import java.net.URI;
 import java.net.URISyntaxException;
 import java.nio.ByteBuffer;
+import java.nio.channels.AsynchronousChannelGroup;
+import java.nio.channels.AsynchronousSocketChannel;
+import java.nio.charset.StandardCharsets;
 import java.security.KeyStore;
 import java.util.ArrayList;
 import java.util.Arrays;


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