SignoutRule testé
This commit is contained in:
@@ -31,7 +31,7 @@ public abstract class ProtocolWriter {
|
||||
public String execute(String... datas) {
|
||||
// Concatatène le nom de la commande avec les données (trim), avec un espace entre chaque
|
||||
String command = null;
|
||||
StringJoiner builder = new StringJoiner(" ", this.cmdName, "");
|
||||
StringJoiner builder = new StringJoiner(" ", this.cmdName, "\r\n");
|
||||
|
||||
for (String data : datas)
|
||||
builder.add(data);
|
||||
|
||||
Reference in New Issue
Block a user