mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Merge pull request #6318 from Marcono1234/patch-1
Java: Fix documentation mistake for `ProtoPom`
This commit is contained in:
@@ -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". */
|
||||
|
||||
Reference in New Issue
Block a user