]> granicus.if.org Git - icu/commitdiff
ICU-9582 Suppress unused warning for now.
authorYoshito Umaoka <y.umaoka@gmail.com>
Wed, 17 Oct 2012 21:54:12 +0000 (21:54 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Wed, 17 Oct 2012 21:54:12 +0000 (21:54 +0000)
X-SVN-Rev: 32651

icu4j/main/classes/core/src/com/ibm/icu/impl/RelativeDateFormat.java

index 72dfeb981986660082e3d1b88ab11ccb90d369f8..9ba672ea0ecefbe911dd30b723963d0d6ab0ee02 100644 (file)
@@ -155,7 +155,8 @@ public class RelativeDateFormat extends DateFormat {
         throw new UnsupportedOperationException("Relative Date parse is not implemented yet");
     }
 
-    private DateFormat fDateFormat; // now unused, keep for serialization compatibility
+    private DateFormat fDateFormat; // keep for serialization compatibility
+    @SuppressWarnings("unused")
     private DateFormat fTimeFormat; // now unused, keep for serialization compatibility
     private MessageFormat fCombinedFormat; //  the {0} {1} format. 
     private SimpleDateFormat fDateTimeFormat = null; // the held date/time formatter