Skip to content

Commit 8dbc7b0

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix-parse-path
2 parents c469a12 + 86bebd8 commit 8dbc7b0

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
@@ -207,7 +207,7 @@ public PackageURL(final String purl) throws MalformedPackageURLException {
207207
* @throws MalformedPackageURLException if parsing fails
208208
*/
209209
public PackageURL(final String type, final String name) throws MalformedPackageURLException {
210-
this(type, null, name, null, (Map<String, String>) null, null);
210+
this(type, null, name, null, null, null);
211211
}
212212

213213
/**

0 commit comments

Comments
 (0)