diff --git a/src/main/java/com/github/britter/beanvalidators/net/IPType.java b/src/main/java/com/github/britter/beanvalidators/net/IPType.java index 4f3ab4d..4313111 100644 --- a/src/main/java/com/github/britter/beanvalidators/net/IPType.java +++ b/src/main/java/com/github/britter/beanvalidators/net/IPType.java @@ -23,11 +23,11 @@ public enum IPType { /** - * Only validate IPv4 addresses. These are addresses of the kind: {@çode 192.168.0.1}. + * Only validate IPv4 addresses. These are addresses of the kind: {@code 192.168.0.1}. */ IP_V4, /** - * Only validate IPv6 addresses. These are addresses of the kind: {@çode fe80::8a1f:a1ff:fe11:9326}. + * Only validate IPv6 addresses. These are addresses of the kind: {@code fe80::8a1f:a1ff:fe11:9326}. */ IP_V6, /**