Skip to content

Commit

Permalink
Update Formats.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-toepfer authored Dec 4, 2024
1 parent 8500d17 commit cecbdd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final class Formats {
Stream.of(
new RfcBasedFormat("email", new Rfc5321(), "mailbox"),
new RfcBasedFormat("ipv4", new Rfc2673(), "dotted-quad"),
new RfcBasedFormat("ipv6", new Rfc4291(), "address")
new RfcBasedFormat("ipv6", new Rfc4291(), "IPv6address")
)
)
.map(Format.class::cast)
Expand Down

0 comments on commit cecbdd5

Please sign in to comment.