mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add method comments and format code
This commit is contained in:
parent
6e208cde4d
commit
0e4a02635d
@ -143,10 +143,10 @@ public class PolicyManagerUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attach policy specific data which has been not retrieved
|
* Transform policy into a Operation
|
||||||
* @param policy
|
* @param policy policy to be transformed
|
||||||
* @return
|
* @return policy operation object
|
||||||
* @throws PolicyTransformException
|
* @throws PolicyTransformException for errors occurred while transforming a policy
|
||||||
*/
|
*/
|
||||||
public static Operation transformPolicy(Policy policy) throws PolicyTransformException {
|
public static Operation transformPolicy(Policy policy) throws PolicyTransformException {
|
||||||
List<ProfileFeature> effectiveFeatures = policy.getProfile().getProfileFeaturesList();
|
List<ProfileFeature> effectiveFeatures = policy.getProfile().getProfileFeaturesList();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user