Skip to content

Commit e50d5c5

Browse files
committed
fix(gdpr): correct Javadoc reference for custom consent type
1 parent 0e442af commit e50d5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/digitalsanctuary/spring/user/gdpr/ConsentType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public enum ConsentType {
4343
ANALYTICS("analytics"),
4444

4545
/**
46-
* Custom consent type. Use {@link ConsentRecord#getCustomType()}
46+
* Custom consent type. Use {@link ConsentRecord#customType}
4747
* to specify the actual consent type name.
4848
*/
4949
CUSTOM("custom");

0 commit comments

Comments
 (0)