From 7dffd00dbdfa5ec9ce1d5d86436811b00f88951a Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Nov 2023 11:44:42 +0100 Subject: [PATCH] Fix sonar issues --- src/main/java/io/github/grrolland/hcshm/ShmTcpServer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/io/github/grrolland/hcshm/ShmTcpServer.java b/src/main/java/io/github/grrolland/hcshm/ShmTcpServer.java index 17adf09..0e5fd13 100644 --- a/src/main/java/io/github/grrolland/hcshm/ShmTcpServer.java +++ b/src/main/java/io/github/grrolland/hcshm/ShmTcpServer.java @@ -43,7 +43,6 @@ public ShmTcpServer() { /** * Start the TCP Server - * @throws Exception unable to start the server */ @Override public void start() {