From da410e89eefe33cd6aa199bbdbe196c33d3fda0b Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Fri, 24 Mar 2017 20:40:12 +0000 Subject: [PATCH] ICU-13060 Remove random 200B in a URL X-SVN-Rev: 39930 --- icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java index 3a97615f027..f48c0fa3620 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java @@ -885,7 +885,7 @@ public class DecimalFormat extends NumberFormat { * number, and rounds to the closest even number if at the midpoint. * *

For more detail on rounding modes, see the ICU User + * href="http://userguide.icu-project.org/formatparse/numbers/rounding-modes">the ICU User * Guide. * *

For backwards compatibility, the rounding mode is specified as an int argument, which can be