Skip to content

Commit b4d3429

Browse files
committed
Change groupid to groupId in javadoc
1 parent 18818fe commit b4d3429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/github/packageurl/PackageURL.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public PackageURL(
155155
private String type;
156156

157157
/**
158-
* The name prefix such as a Maven groupid, a Docker image owner, a GitHub user or organization.
158+
* The name prefix such as a Maven groupId, a Docker image owner, a GitHub user or organization.
159159
* Optional and type-specific.
160160
*/
161161
private @Nullable String namespace;
@@ -215,7 +215,7 @@ public String getType() {
215215
}
216216

217217
/**
218-
* Returns the name prefix such as a Maven groupid, a Docker image owner, a GitHub user or organization.
218+
* Returns the name prefix such as a Maven groupId, a Docker image owner, a GitHub user or organization.
219219
*
220220
* @return the namespace
221221
*/

0 commit comments

Comments
 (0)