From eb04971d5abb012b8115efb416f9afa08e2124be Mon Sep 17 00:00:00 2001 From: meeh Date: Tue, 14 Nov 2017 16:35:34 +0000 Subject: [PATCH] Fixed unicode character which fixes "ant javadoc". --- core/java/src/net/i2p/data/DataHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {