Chore: Update Javadoc for ProtocolParser

This commit is contained in:
Lars Simon Winzer
2026-03-31 12:23:43 +02:00
parent e210bd1d49
commit 4e9082f106
@@ -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) {