Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
pwatson-r7 committed Sep 13, 2024
1 parent 2569743 commit 330d5ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public String getDataAsBinaryStr() {
}

public String getDataAsHexStr() {
return BaseEncoding.base16().encode(data); //Hex.toHexString(data).toUpperCase();
return BaseEncoding.base16().encode(data);
}

public String[] getDataAsMultiStr() throws UnsupportedEncodingException {
Expand Down

0 comments on commit 330d5ef

Please sign in to comment.