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

cdutz pushed a commit to branch feature/new-ui-tool
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit ba9a5b8c632a6efb29677bba873fd7350aefe41c
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Dec 4 14:33:47 2023 +0100

    chore: Removed an unneeded import.
---
 plc4j/spi/src/main/java/org/apache/plc4x/java/spi/Plc4xNettyWrapper.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/plc4j/spi/src/main/java/org/apache/plc4x/java/spi/Plc4xNettyWrapper.java 
b/plc4j/spi/src/main/java/org/apache/plc4x/java/spi/Plc4xNettyWrapper.java
index e6fdf575b5..e1f708072d 100644
--- a/plc4j/spi/src/main/java/org/apache/plc4x/java/spi/Plc4xNettyWrapper.java
+++ b/plc4j/spi/src/main/java/org/apache/plc4x/java/spi/Plc4xNettyWrapper.java
@@ -18,7 +18,6 @@
  */
 package org.apache.plc4x.java.spi;
 
-import io.netty.buffer.ByteBuf;
 import io.netty.channel.Channel;
 import io.netty.channel.ChannelHandlerContext;
 import io.netty.channel.ChannelPipeline;

Reply via email to