mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removed unnecessary white spaces
This commit is contained in:
parent
a51e7646e3
commit
5e285071d8
@ -164,6 +164,4 @@ public class RegistrationProfile {
|
||||
public void setGrantType(String grantType) {
|
||||
this.grantType = grantType;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -102,7 +102,7 @@ public class PolicyInformationPointImpl implements PolicyInformationPoint {
|
||||
if (pipDevice.getRoles() != null) {
|
||||
policies = policyFilter.filterRolesBasedPolicies(pipDevice.getRoles(), policies);
|
||||
}
|
||||
if(pipDevice.getUserId() != null && !pipDevice.getUserId().isEmpty()) {
|
||||
if (pipDevice.getUserId() != null && !pipDevice.getUserId().isEmpty()) {
|
||||
policies = policyFilter.filterUserBasedPolicies(pipDevice.getUserId(), policies);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user