Merge pull request #6318 from Marcono1234/patch-1

Java: Fix documentation mistake for `ProtoPom`
This commit is contained in:
Anders Schack-Mulligen
2021-07-19 11:25:06 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ private string normalize(string path) {
/**
* An XML element that provides convenience access methods
* to retrieve child XML elements named "groupId", "artifactId"
* and "versionID", typically contained in Maven POM XML files.
* and "version", typically contained in Maven POM XML files.
*/
class ProtoPom extends XMLElement {
/** Gets a child XML element named "groupId". */