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.
2 parents d1f21a8 + 87d6b9c commit 0b89f96Copy full SHA for 0b89f96
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