Skip to content

Commit 87d6b9c

Browse files
authored
Java: Fix documentation mistake for ProtoPom
1 parent 1c68d3f commit 87d6b9c

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)