Reflect criticial changes to JavaDoc docstrings for server #216

Merged
lars.winzer merged 3 commits from chore/29-javadoc-server-errors into main 2026-03-31 12:29:22 +02:00
Showing only changes of commit 4e9082f106 - Show all commits
@@ -17,7 +17,7 @@ public class ProtocolParser {
/**
* Parses the payload of the provided RawPacket
*
* @param packet the RawPacket containing the recieved data
* @param payload the payload to parse and check for syntax
* @return created PrimitiveRequest
*/
public static RawRequest parse(String payload) {