зеркало из https://github.com/github/codeql.git
CPP: Update comment so that it no longer contains (incorrect) line numbers.
This commit is contained in:
Родитель
fa1347f7ef
Коммит
51caee67b0
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче