Skip to content

Commit 2f3555f

Browse files
committed
fix class level javadoc
1 parent 640ab12 commit 2f3555f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/auth0/json/mgmt/EmailTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.fasterxml.jackson.annotation.JsonProperty;
66

77
/**
8-
* Class that represents an Auth0 Guardian Factor object. Related to the {@link com.auth0.client.mgmt.GuardianEntity} entity.
8+
* Class that represents an Email Template object. Related to the {@link com.auth0.client.mgmt.EmailTemplatesEntity} entity.
99
*/
1010
@SuppressWarnings({"unused", "WeakerAccess"})
1111
@JsonIgnoreProperties(ignoreUnknown = true)

0 commit comments

Comments
 (0)