Javadoc tweak.

1.8 javadoc now freaks out about bare < and > in Javadoc. Yay!
This commit is contained in:
Michael Bayne
2014-06-25 12:59:07 -07:00
parent be29f48e9e
commit a9de4b243d
@@ -657,8 +657,8 @@ public class StringUtil
* 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 count the number of bytes to stop at (which will be coerced into being <= the length
* of the array).
* @param count the number of bytes to stop at (which will be coerced into being {@code <=} the
* length of the array).
*/
public static String hexlate (byte[] bytes, int count)
{