Document DeleteKeySender
Change-Id: Id999b0b480f1ba824a218dcaf685a13de2a79f0a Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -25,6 +25,9 @@ import com.google.inject.assistedinject.AssistedInject;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Sender that informs a user by email about the removal of an SSH or GPG key from their account.
|
||||
*/
|
||||
public class DeleteKeySender extends OutgoingEmail {
|
||||
public interface Factory {
|
||||
DeleteKeySender create(IdentifiedUser user, AccountSshKey sshKey);
|
||||
|
||||
Reference in New Issue
Block a user