Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8296140

Drop unused field java.util.Calendar.DATE_MASK

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 20
    • None
    • core-libs

      There is no usages for this field. As it has the same value as DAY_OF_MONTH_MASK we can drop it.

          static final int DATE_MASK = DAY_OF_MONTH_MASK;

            aturbanov Andrey Turbanov
            aturbanov Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: