forked from I2P_Developers/i2p.i2p
Fixed unicode character which fixes "ant javadoc".
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user