Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 920 → Rev 921

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