|
|
@ -85,7 +85,7 @@ import java.util.List;
|
|
|
|
public class DeviceManagementAdminServiceImpl implements DeviceManagementAdminService {
|
|
|
|
public class DeviceManagementAdminServiceImpl implements DeviceManagementAdminService {
|
|
|
|
|
|
|
|
|
|
|
|
private static final Log log = LogFactory.getLog(DeviceManagementAdminServiceImpl.class);
|
|
|
|
private static final Log log = LogFactory.getLog(DeviceManagementAdminServiceImpl.class);
|
|
|
|
private static final String DATE_FORMAT = "yyyy-MM-dd'T'HH:mm:ssXXX";
|
|
|
|
private static final String DATE_FORMAT = "yyyy-MM-dd'T'HH:mm:ssZ";
|
|
|
|
|
|
|
|
|
|
|
|
@POST
|
|
|
|
@POST
|
|
|
|
@Path("/lock-devices")
|
|
|
|
@Path("/lock-devices")
|
|
|
|