Update java/ql/src/semmle/code/xml/MavenPom.qll

Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
Jonathan Leitschuh
2021-02-11 08:59:02 -05:00
committed by GitHub
parent 3b92f97967
commit 35e2ceba13

View File

@@ -366,7 +366,7 @@ class PomProperty extends PomElement {
}
/**
* A repository block inside of a maven pom.
* An XML element representing any kind of repository declared inside of a Maven POM XML file.
*/
class DeclaredRepository extends PomElement {
DeclaredRepository() {