diff --git a/core/src/main/java/com/turn/ttorrent/common/Utils.java b/core/src/main/java/com/turn/ttorrent/common/Utils.java index 5ba60b878..25ac88e6e 100644 --- a/core/src/main/java/com/turn/ttorrent/common/Utils.java +++ b/core/src/main/java/com/turn/ttorrent/common/Utils.java @@ -26,7 +26,7 @@ private Utils() { * representation of the original data. * * @param bytes The byte array to convert. - * @see http://stackoverflow.com/questions/332079/a> + * @see http://stackoverflow.com/questions/332079 */ public static String bytesToHex(byte[] bytes) { char[] hexChars = new char[bytes.length * 2];