120121122123124125126127128129
} else { Users users = Publisher.buildSelectablePublishers(context,forManagement); if (users.containsKey(sSelectedKey)) { return new Publisher(context,sSelectedKey); } else { throw new NotAuthorizedException("Not authorized."); } } } }