Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(665)

Unified Diff: icu4j/main/classes/core/src/com/ibm/icu/impl/number/Properties.java

Issue 335150043: Refreshing Number Parsing: ICU4J Base URL: svn+icussh://source.icu-project.org/repos/icu/trunk/
Patch Set: Replying to Andy feedback round one. See commit message. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: icu4j/main/classes/core/src/com/ibm/icu/impl/number/Properties.java
===================================================================
--- icu4j/main/classes/core/src/com/ibm/icu/impl/number/Properties.java (revision 40724)
+++ icu4j/main/classes/core/src/com/ibm/icu/impl/number/Properties.java (working copy)
@@ -8,8 +8,8 @@
import java.io.Serializable;
/**
- * ICU 59 called the class DecimalFormatProperties as just Properties. We need to keep a thin implementation for the
- * purposes of serialization.
+ * ICU 59 called the class DecimalFormatProperties as just Properties. We need to keep a thin
+ * implementation for the purposes of serialization.
*/
public class Properties implements Serializable {

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b