mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
rename existing getUrl predicate to getRepositoryUrl
This commit is contained in:
@@ -380,7 +380,7 @@ class DeclaredRepository extends PomElement {
|
||||
* Gets the url for this repository. If the `url` tag is present, this will
|
||||
* be the string contents of that tag.
|
||||
*/
|
||||
string getUrl() { result = this.getAChild("url").(PomElement).getValue() }
|
||||
string getRepositoryUrl() { result = this.getAChild("url").(PomElement).getValue() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user