diff --git a/core/java/src/net/i2p/data/DataHelper.java b/core/java/src/net/i2p/data/DataHelper.java index f9fdc7e6d..0e7dfab11 100644 --- a/core/java/src/net/i2p/data/DataHelper.java +++ b/core/java/src/net/i2p/data/DataHelper.java @@ -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) {