Improved code documentation

This commit is contained in:
Lukas Bauer
2024-10-11 15:22:20 +02:00
parent edff9e1ad9
commit 66798eb3e4

View File

@@ -97,7 +97,7 @@ private void startServer(int port) {
}
/**
*
* Retrieves and processes the next message from the queue, handling interruptions during the wait.
*/
private void processNextMessage() {
try {