Skip to content

Commit dda852b

Browse files
committed
use markdown
1 parent 95a4404 commit dda852b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • src/main/java/it/aboutbits/springboot/testing/validation/rule

src/main/java/it/aboutbits/springboot/testing/validation/rule/EmailRule.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
@SuppressWarnings("unchecked")
1111
@NullMarked
1212
public interface EmailRule<V extends BaseRuleBuilder<?>> extends ValidationRulesData {
13-
/**
14-
* Bean validation considers `null` and blank values to be valid e-mail addresses.
15-
* Combine this rule with `notNull` or `notBlank` if the property must be present.
16-
*/
13+
/// Bean validation considers `null` and blank values to be valid e-mail addresses.
14+
/// Combine this rule with `notNull` or `notBlank` if the property must be present.
1715
@CheckReturnValue
1816
default V email(String property) {
1917
addRule(

0 commit comments

Comments
 (0)