no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Repository.Server;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Utils.Utils;
|
||||
|
||||
import java.io.File;
|
||||
@@ -35,7 +36,7 @@ public class ServerExchangeUnit_2021 implements Serializable {
|
||||
Utils.unpackFile((byte[]) object, file);
|
||||
}
|
||||
public void Print() {
|
||||
System.out.println("codeName=" + Utils.Brackets(codeName));
|
||||
System.out.println("codeName=" + CommonUtils.Brackets(codeName));
|
||||
System.out.println(arg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user