Skip to content

Commit 02bded3

Browse files
authored
Merge pull request #1528 from asger-semmle/jsdoc-source-location-fix
Approved by xiemaisi
2 parents 74ad6e8 + 70cbeca commit 02bded3

File tree

7 files changed

+451
-393
lines changed

7 files changed

+451
-393
lines changed

javascript/extractor/src/com/semmle/js/ast/Position.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public int getLine() {
1515
return line;
1616
}
1717

18-
/** The column number (1-based) of this position. */
18+
/** The column number (0-based) of this position. */
1919
public int getColumn() {
2020
return column;
2121
}

0 commit comments

Comments
 (0)