mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
[MNT-24146] Removing the unnecessary logic
This commit is contained in:
@@ -266,7 +266,7 @@ public class Person implements Serializable
|
||||
|
||||
public Boolean isEnabled()
|
||||
{
|
||||
return enabled == null ? Boolean.FALSE : enabled;
|
||||
return enabled;
|
||||
}
|
||||
|
||||
public void setEnabled(Boolean enabled)
|
||||
|
Reference in New Issue
Block a user