- Maked classes final

This commit is contained in:
Finn
2025-09-29 17:56:51 +02:00
parent 1fe77f6076
commit f787463efc
27 changed files with 59 additions and 31 deletions

View File

@@ -3,7 +3,7 @@ package org.openautonomousconnection.protocol.exceptions;
/**
* Exception thrown when an unsupported protocol is encountered.
*/
public class UnsupportedProtocolException extends RuntimeException {
public final class UnsupportedProtocolException extends RuntimeException {
public UnsupportedProtocolException() {
this("Selected protocol is not supported!");