--- /Hex.java	2023-07-05 03:11:50.022028106 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Hex.java	2023-07-05 03:11:50.022028106 +0200
@@ -129,7 +129,7 @@
      * @see #decodeHex(char[])
      */
 	public byte[] decode(byte[] array) throws DecoderException {
-		return decodeHex(new String(array).toCharArray());
+return decodeHex ( new char ( array ) .toCharArray (  )  ) ;
 	}
 	
     /**
