mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removed private package declaration in device common bundle & added doc comments
This commit is contained in:
parent
355babd9d5
commit
d84a3c47d2
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user