Skip to content

Commit c7079b5

Browse files
authored
Update HexAsciiConvertor.java
1 parent 5971aba commit c7079b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/devopsdemo/utilities/HexAsciiConvertor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class HexAsciiConvertor {
66
* method is return the ascii value
77
* @param hexValue
88
* @return outputAscii
9-
*/
9+
**/
1010

1111
public static String convertHexToASCII(String hexValue)
1212
{

0 commit comments

Comments
 (0)