enable xmlrpc system modul, hide method getOrderBy

This commit is contained in:
Peter Hormanns 2012-07-23 17:27:35 +00:00
parent 96c2646aac
commit dcd9f9fbfe

View File

@ -87,7 +87,7 @@ public class EMailAddressRemote extends AbstractRemote {
}
@Override
public String getOrderBy() {
protected String getOrderBy() {
return "ORDER BY obj.domain.name ASC, obj.subdomain ASC, obj.localpart ASC";
}