Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Fix broken JavaDoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Mar 5, 2017
1 parent 4a9ef43 commit 6df11af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
/**
Expand Down

0 comments on commit 6df11af

Please sign in to comment.