Style: Comment length

This commit is contained in:
Lars Simon Winzer
2026-03-18 18:28:34 +01:00
parent 7ffeca75fa
commit c9884bf7fa
@@ -1,7 +1,7 @@
package ch.unibas.dmi.dbis.cs108.casono.server.network.transport;
/**
* Transport object, created by the transport layer to store raw data about the request
* prior to any processing
* Transport object, created by the transport layer to store raw data about the request prior to any
* processing
*/
public record RawPacket(int requestId, String payload) {}