mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
CPP: Update comment so that it no longer contains (incorrect) line numbers.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user