mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
JS: Rename other uses of getURL
This commit is contained in:
@@ -233,7 +233,7 @@ class ContributorInfo extends JSONValue {
|
||||
}
|
||||
|
||||
/** Gets the contributor's homepage URL. */
|
||||
string getURL() {
|
||||
string getUrl() {
|
||||
result = this.(JSONObject).getPropStringValue("url") or
|
||||
result = parseInfo(3)
|
||||
}
|
||||
@@ -249,7 +249,7 @@ class RepositoryInfo extends JSONObject {
|
||||
string getType() { result = getPropStringValue("type") }
|
||||
|
||||
/** Gets the repository URL. */
|
||||
string getURL() { result = getPropStringValue("url") }
|
||||
string getUrl() { result = getPropStringValue("url") }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user