Skip to content

Commit 0b89f96

Browse files
authored
Merge pull request github#6318 from Marcono1234/patch-1
Java: Fix documentation mistake for `ProtoPom`
2 parents d1f21a8 + 87d6b9c commit 0b89f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private string normalize(string path) {
1515
/**
1616
* An XML element that provides convenience access methods
1717
* to retrieve child XML elements named "groupId", "artifactId"
18-
* and "versionID", typically contained in Maven POM XML files.
18+
* and "version", typically contained in Maven POM XML files.
1919
*/
2020
class ProtoPom extends XMLElement {
2121
/** Gets a child XML element named "groupId". */

0 commit comments

Comments
 (0)