Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 65824a5

Browse files
author
Mario
committed
1138 - Added comment to GuerillaEmail class
1 parent 84c1347 commit 65824a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • extensions/spring/stormpath-spring-security-webmvc/src/test/groovy/com/stormpath/spring/model

extensions/spring/stormpath-spring-security-webmvc/src/test/groovy/com/stormpath/spring/model/GuerillaEmail.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ package com.stormpath.spring.model
33
import com.fasterxml.jackson.annotation.JsonProperty
44

55
/**
6+
* <a href="https://www.guerrillamail.com/">Guerilla Email</a> is a disposable email API service that we use in some ITs
7+
* in order to retrieve emails in order to, for example, obtain a password reset token.
8+
*
69
* @since 1.2.3
710
*/
811
public class GuerillaEmail {
12+
913
private String alias
1014
private String email
1115
private long timestamp

0 commit comments

Comments
 (0)