mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
fixes style issue
This commit is contained in:
@@ -145,7 +145,8 @@ public class LDAPAuthentication
|
|||||||
if (context.getCurrentUser() == null) {
|
if (context.getCurrentUser() == null) {
|
||||||
return Collections.EMPTY_LIST;
|
return Collections.EMPTY_LIST;
|
||||||
}
|
}
|
||||||
// if the logged in user does not have a netid, it's not an LDAP user and this method should return an empty list
|
// if the logged in user does not have a netid, it's not an LDAP user
|
||||||
|
// and this method should return an empty list
|
||||||
if (context.getCurrentUser().getNetid() == null) {
|
if (context.getCurrentUser().getNetid() == null) {
|
||||||
return Collections.EMPTY_LIST;
|
return Collections.EMPTY_LIST;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user