Edit server-side code to conform to checkstyle rules #181
+1
-1
@@ -47,7 +47,7 @@ public class TcpTransport implements TransportLayer {
|
|||||||
byte[] rawPayload = payload.getBytes(StandardCharsets.UTF_8);
|
byte[] rawPayload = payload.getBytes(StandardCharsets.UTF_8);
|
||||||
out.writeInt(rawPayload.length);
|
out.writeInt(rawPayload.length);
|
||||||
out.write(rawPayload);
|
out.write(rawPayload);
|
||||||
out.flush();
|
out.flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user