From 55b15804d98f951395d4fdfac205549ade428b73 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Mon, 17 Jun 2019 23:28:38 +0200 Subject: [PATCH] HexUtils: Fix typo in javadoc --- .../src/main/java/org/eclipse/smarthome/core/util/HexUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/core/org.eclipse.smarthome.core/src/main/java/org/eclipse/smarthome/core/util/HexUtils.java b/bundles/core/org.eclipse.smarthome.core/src/main/java/org/eclipse/smarthome/core/util/HexUtils.java index 82f3af6ce73..03a15069942 100644 --- a/bundles/core/org.eclipse.smarthome.core/src/main/java/org/eclipse/smarthome/core/util/HexUtils.java +++ b/bundles/core/org.eclipse.smarthome.core/src/main/java/org/eclipse/smarthome/core/util/HexUtils.java @@ -107,7 +107,7 @@ public static byte[] hexToBytes(String hexString) { /** * Convert an upper case hex character to a byte * - * @param chacacter an upper case hex character + * @param character an upper case hex character * @return the byte value of the character * @throws IllegalArgumentException if a value is found which is not an upper case hex character */