Skip to content

Commit 59f3ed3

Browse files
committed
Merge remote-tracking branch 'upstream/master' into package-urlGH-122
2 parents dfdb9c0 + 86bebd8 commit 59f3ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public PackageURL(final String purl) throws MalformedPackageURLException {
209209
* @throws MalformedPackageURLException if parsing fails
210210
*/
211211
public PackageURL(final String type, final String name) throws MalformedPackageURLException {
212-
this(type, null, name, null, (Map<String, String>) null, null);
212+
this(type, null, name, null, null, null);
213213
}
214214

215215
/**

0 commit comments

Comments
 (0)