From 3472d23f1bbeca3c09105079620dbf6c645e8585 Mon Sep 17 00:00:00 2001 From: shamalka Date: Tue, 4 Apr 2023 13:36:24 +0530 Subject: [PATCH] Remove rename method from Traccar spi --- .../device/mgt/common/spi/TraccarManagementService.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/spi/TraccarManagementService.java b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/spi/TraccarManagementService.java index f7bb80136d..0c3379eedf 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/spi/TraccarManagementService.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/spi/TraccarManagementService.java @@ -47,13 +47,6 @@ public interface TraccarManagementService { */ void removeDevice(int deviceEnrollmentId); - /** - * Renames the device with the specified enrollment ID to the given name. - * @param deviceEnrollmentId the enrollment ID of the device to be renamed - * @param name The new name for the device - */ - void renameDevice(int deviceEnrollmentId, String name); - /** * Updates the location of the provided device with the specified device location. * @param device The device whose location is to be updated.