]> granicus.if.org Git - icu/commitdiff
ICU-11007 Calendar::fZone, add comment clarifying that it cannot be NULL.
authorAndy Heninger <andy.heninger@gmail.com>
Wed, 16 Jul 2014 22:29:20 +0000 (22:29 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Wed, 16 Jul 2014 22:29:20 +0000 (22:29 +0000)
X-SVN-Rev: 36048

icu4c/source/i18n/unicode/calendar.h

index d05800c3d9ec7a48c407deaa4c237cdb12f6772e..63e3ae1f7c2f9ae9034c818c6e881dddebf94930 100644 (file)
@@ -2164,7 +2164,7 @@ private:
 
     /**
      * Time zone affects the time calculation done by Calendar. Calendar subclasses use
-     * the time zone data to produce the local time.
+     * the time zone data to produce the local time. Always set; never NULL.
      */
     TimeZone*   fZone;