]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/impl/duration/impl/YMDDateFormatter.java
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / main / classes / core / src / com / ibm / icu / impl / duration / impl / YMDDateFormatter.java
similarity index 92%
rename from jars/icu4j-4_8_1_1/main/classes/core/src/com/ibm/icu/impl/duration/impl/YMDDateFormatter.java
rename to jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/impl/duration/impl/YMDDateFormatter.java
index 94815fb44e4b87b07e5b323bbe94d709ffd3f862..6d403d67a5443b09191d64bc78aa66bfb4ab4775 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2013, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
@@ -67,12 +67,12 @@ public class YMDDateFormatter implements DateFormatter {
    * @param date the date
    */
   public String format(Date date) {
-    synchronized (this) {
-      if (df == null) {
-        // ignores requested fields
-        // todo: make this really work
-      }
-    }
+//    synchronized (this) {
+//      if (df == null) {
+//        // ignores requested fields
+//        // todo: make this really work
+//      }
+//    }
     return df.format(date);
   }