Update DeviceManager.java

This commit is contained in:
Milan Perera 2015-05-19 17:22:36 +05:30
parent d0819adf6d
commit 8f00128ab1

View File

@ -122,7 +122,6 @@ public interface DeviceManager {
* @param device Updated device information related data
* @throws DeviceManagementException If some unusual behaviour is observed while updating the device info
*/
boolean updateDeviceInfo(DeviceIdentifier deviceIdentifier, Device device) throws DeviceManagementException;
/**