remove todo

This commit is contained in:
Peter Hormanns 2013-04-25 13:18:49 +02:00
parent 8dfa3e2cd1
commit 66c38b36d4

View File

@ -271,7 +271,6 @@ public class UnixUser extends AbstractEntity implements Serializable {
}
public boolean hasCustomerRoleFor(de.hsadmin.mods.cust.Customer cust) {
// TODO: hardcoded Hostsharing conventions
return getName().equals(cust.getName()) || hasHostmasterRole();
}