CPP: Update comment so that it no longer contains (incorrect) line numbers.

This commit is contained in:
Geoffrey White 2019-06-25 14:14:59 +01:00
Родитель fa1347f7ef
Коммит 51caee67b0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -17,8 +17,8 @@ import LeapYear
* NOTE:
* To change this class to work for general purpose date transformations that do not check the return value,
* make the following changes:
* -> extends FieldAccess (line 27)
* -> this.isModified (line 33)
* - change `extends LeapYearFieldAccess` to `extends FieldAccess`.
* - change `this.isModifiedByArithmeticOperation()` to `this.isModified()`.
* Expect a lower precision for a general purpose version.
*/
class DateStructModifiedFieldAccess extends LeapYearFieldAccess {