Skip to content

Commit 0e87299

Browse files
committed
demo: Fix PMD warning
1 parent a6dda25 commit 0e87299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

junixsocket-demo/src/main/java/org/newsclub/net/unix/demo/SimpleTestServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @author Christian Kohlschütter
4242
* @see SimpleTestClient
4343
*/
44-
@SuppressWarnings("CatchAndPrintStackTrace" /* errorprone */)
44+
@SuppressWarnings({"CatchAndPrintStackTrace" /* errorprone */, "PMD.CognitiveComplexity"})
4545
public final class SimpleTestServer {
4646
private static final int MAX_NUMBER = 5;
4747

0 commit comments

Comments
 (0)