We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ProtoPom
1 parent 1c68d3f commit 87d6b9cCopy full SHA for 87d6b9c
java/ql/src/semmle/code/xml/MavenPom.qll
@@ -15,7 +15,7 @@ private string normalize(string path) {
15
/**
16
* An XML element that provides convenience access methods
17
* to retrieve child XML elements named "groupId", "artifactId"
18
- * and "versionID", typically contained in Maven POM XML files.
+ * and "version", typically contained in Maven POM XML files.
19
*/
20
class ProtoPom extends XMLElement {
21
/** Gets a child XML element named "groupId". */
0 commit comments