Skip to content

Commit

Permalink
fixed jsdocs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyJumper committed Dec 7, 2020
1 parent 3d6c4fc commit c9b2d5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static byte[] nameHash(String[] labels) {
* href="http://docs.ens.domains/en/latest/implementers.html#normalising-and-validating-names">specification</a>.
*
* @param domain our user input blockchain domain
* @throws NamingServiceException
* @throws NamingServiceException - when domain is not supported
* @return normalised blockchain domain
*/
public static String normalise(String domain) throws NamingServiceException {
Expand Down

0 comments on commit c9b2d5b

Please sign in to comment.