All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tiogasolutions.push.kernel.accounts.actions.DeleteAccountAction Maven / Gradle / Ivy

/*
 * Copyright (c) 2014 Jacob D. Parr
 *
 * This software may not be used without permission.
 */

package org.tiogasolutions.push.kernel.accounts.actions;

import org.tiogasolutions.push.pub.internal.RequestErrors;

public class DeleteAccountAction extends AccountAction {

  @Override
  public RequestErrors validate(RequestErrors errors) {
    return errors;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy