mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Fix formatting of MavenPom.qll
This commit is contained in:
@@ -372,9 +372,7 @@ class PomProperty extends PomElement {
|
||||
* An XML element representing any kind of repository declared inside of a Maven POM XML file.
|
||||
*/
|
||||
class DeclaredRepository extends PomElement {
|
||||
DeclaredRepository() {
|
||||
this.getName() = ["repository", "snapshotRepository", "pluginRepository"]
|
||||
}
|
||||
DeclaredRepository() { this.getName() = ["repository", "snapshotRepository", "pluginRepository"] }
|
||||
|
||||
/**
|
||||
* Gets the url for this repository. If the `url` tag is present, this will
|
||||
|
||||
Reference in New Issue
Block a user