Conform to checkstyle #195
+2
-2
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user