Skip to content

Commit

Permalink
Fix Javadoc link in common.Utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetazzoni committed Jun 18, 2016
1 parent 4aca5ac commit 4a8e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/turn/ttorrent/common/Utils.java
Expand Up @@ -26,7 +26,7 @@ private Utils() {
* representation of the original data.
*
* @param bytes The byte array to convert.
* @see <a href="http://stackoverflow.com/questions/332079">http://stackoverflow.com/questions/332079/a>
* @see <a href="http://stackoverflow.com/questions/332079">http://stackoverflow.com/questions/332079</a>
*/
public static String bytesToHex(byte[] bytes) {
char[] hexChars = new char[bytes.length * 2];
Expand Down

0 comments on commit 4a8e2a6

Please sign in to comment.