From 6df11af65df709918cc455e4d446ffad9c6307c5 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sun, 5 Mar 2017 16:17:05 +0100 Subject: [PATCH] Fix broken JavaDoc tags --- .../java/com/github/britter/beanvalidators/net/IPType.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, /**