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.
|
||||
*
|
||||
* @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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user