code formatting

revert-dabc3590
Nirothipan 7 years ago
parent 79447cbaf7
commit a79580b8ac

@ -33,7 +33,8 @@ public class FileTransferBeanWrapper {
@ApiModelProperty(name = "deviceIDs", value = "Device id list of the operation to be executed.", required = true)
private List<String> deviceIDs;
@ApiModelProperty(name = "upload", value = "This is an inbound file transfer or out bound file transfer respective to the device.", required = true)
@ApiModelProperty(name = "upload", value = "Upload / Download w.r.t device.",
notes = "upload = true , If file is to be uploaded to the device.", required = true)
private boolean upload;
@ApiModelProperty(name = "operation", value = "Information of the File Transfer Operation.", required = true)

@ -279,7 +279,7 @@ public interface DeviceManagementAdminService {
@ApiResponse(
code = 500,
message = "Internal Server Error. \n " +
"Server error occurred while locking the device.")
"Server error occurred while file transfer operation.")
})
Response fileTransfer(
@ApiParam(

Loading…
Cancel
Save