@@ -47,13 +47,13 @@ * @brief The uncompressed size of the entry's file. */ @property (readwrite, nonatomic) uint32_t uncompressedSize; /** - * @brief The date of the file. + * @brief The modification date of the file. */ -@property (readwrite, retain, nonatomic) OFDate *date; +@property (readwrite, retain, nonatomic) OFDate *modificationDate; /** * @brief The LHA level of the file. */ @property (readwrite, nonatomic) uint8_t headerLevel; @@ -97,16 +97,10 @@ /** * @brief The group of the file. */ @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic) OFString *group; -/** - * @brief The date of the last modification of the file. - */ -@property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic) - OFDate *modificationDate; - /** * @brief The LHA extensions of the file. */ @property (readwrite, copy, nonatomic) OFArray OF_GENERIC(OFData *) *extensions;