From 876d3ee9a99a540a800d48b5f18a85f573369db3 Mon Sep 17 00:00:00 2001 From: Travis Keep Date: Tue, 17 Dec 2013 23:20:58 +0000 Subject: [PATCH] ICU-10268 fix spelling and punctuation. X-SVN-Rev: 34787 --- .../main/classes/core/src/com/ibm/icu/text/MeasureFormat.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/MeasureFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/MeasureFormat.java index e8c3957fdf6..0a7c3e20a2e 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/MeasureFormat.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/MeasureFormat.java @@ -81,7 +81,7 @@ import com.ibm.icu.util.UResourceBundle; * whatever units it is given *

* This class is immutable and thread-safe so long as its subclasses TimeUnitFormat and - * CurrencyFormat are never used. Neither subclass is thread-safe and TimeUnitFormat is + * CurrencyFormat are never used. Neither subclass is thread-safe, and TimeUnitFormat is * mutable. Although this class has existing subclasses, this class does not support new * sub-classes. * @@ -366,7 +366,7 @@ public class MeasureFormat extends UFormat { } /** - * To MeasureFormats, a and b, are equal if and only if they have the same width, + * Two MeasureFormats, a and b, are equal if and only if they have the same width, * locale, and equal number formats. * @draft ICU 53 * @provisional