Javadoc tweak.
1.8 javadoc now freaks out about bare < and > in Javadoc. Yay!
This commit is contained in:
@@ -657,8 +657,8 @@ public class StringUtil
|
|||||||
* bytes. Returns the empty string for a <code>null</code> or empty byte array.
|
* bytes. Returns the empty string for a <code>null</code> or empty byte array.
|
||||||
*
|
*
|
||||||
* @param bytes the bytes for which we want a string representation.
|
* @param bytes the bytes for which we want a string representation.
|
||||||
* @param count the number of bytes to stop at (which will be coerced into being <= the length
|
* @param count the number of bytes to stop at (which will be coerced into being {@code <=} the
|
||||||
* of the array).
|
* length of the array).
|
||||||
*/
|
*/
|
||||||
public static String hexlate (byte[] bytes, int count)
|
public static String hexlate (byte[] bytes, int count)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user