- Maked classes final

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

View File

@@ -30,7 +30,7 @@ import java.lang.reflect.InvocationTargetException;
* The main bridge class for the protocol connection.
* It manages the protocol settings, version, and side instances.
*/
public class ProtocolBridge {
public final class ProtocolBridge {
/**
* The singleton instance of the ProtocolBridge class