@ -30,7 +30,6 @@
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Bundle-Version>${project.version}</Bundle-Version>
<Bundle-Description>Device Management Common Bundle</Bundle-Description>
<Private-Package>org.wso2.carbon.device.mgt.common</Private-Package>
<Export-Package>
org.wso2.carbon.device.mgt.common.*
</Export-Package>
@ -41,7 +41,7 @@ public interface DeviceDAO {
/**
* @param type - Device type.
* @param identifier - Device identifier.
* @return
* @return the Device object which matches given data
* @throws DeviceManagementDAOException
*/
Device getDeviceByDeviceIdentifier(Integer type, String identifier) throws DeviceManagementDAOException;