mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JavaScript: Port JSDoc parser to Java.
This commit is contained in:
@@ -21,6 +21,10 @@ public class SourceLocation {
|
||||
this(source, start, null);
|
||||
}
|
||||
|
||||
public SourceLocation(SourceLocation that) {
|
||||
this(that.source, that.start, that.end);
|
||||
}
|
||||
|
||||
/**
|
||||
* The source code contained in this location.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user