mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
JS: Avoid the special name getURL
This commit is contained in:
@@ -190,7 +190,7 @@ class BugTrackerInfo extends JSONValue {
|
||||
}
|
||||
|
||||
/** Gets the bug tracker URL. */
|
||||
string getURL() {
|
||||
string getUrl() {
|
||||
result = this.(JSONObject).getPropStringValue("url") or
|
||||
result = this.(JSONString).getValue()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user