Skip to content

Commit 9b91629

Browse files
authored
Update HexAsciiConvertor.java
1 parent bbcb93d commit 9b91629

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.devopsdemo.utilities;
22

33
public class HexAsciiConvertor {
4-
/**
4+
/***
55
* Method to convert hexadecimal values into ascii
66
* method is return the ascii value
77
* @param hexValue
@@ -56,4 +56,4 @@ public static String convertAsciiToHex(String asciiValue)
5656
}
5757
return hexvalue;
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)