mirror of
https://github.com/github/codeql.git
synced 2026-01-06 19:20:25 +01:00
JS: Make docs match reality
This commit is contained in:
@@ -15,7 +15,7 @@ public class Position implements Comparable<Position> {
|
||||
return line;
|
||||
}
|
||||
|
||||
/** The column number (1-based) of this position. */
|
||||
/** The column number (0-based) of this position. */
|
||||
public int getColumn() {
|
||||
return column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user