Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 919 → Rev 922

/sun/hostcaptain/trunk/src/ak/hostcaptain/core/model/MailAliasDestinationManager.java
45,7 → 45,7
public boolean allowedToCreate(User editor)
throws ModelException
{
return true;
return MailAliasDestination.allowedToCreate(this, editor);
}
 
public MailAliasDestination get(User editor, Long id)