Fixed unicode character which fixes "ant javadoc".

This commit is contained in:
meeh
2017-11-14 16:35:34 +00:00
parent 43d496a93e
commit eb04971d5a

View File

@@ -1564,7 +1564,7 @@ public class DataHelper {
/**
* Like formatSize but with a space after the number
* This seems consistent with most style guides out there.
* @param nonBreaking use an HTML thin non-breaking space ( )
* @param nonBreaking use an HTML thin non-breaking space ( )
* @since 0.9.31
*/
public static String formatSize2(long bytes, boolean nonBreaking) {