Skip to content

Commit d6e27b7

Browse files
committed
Merge remote-tracking branch 'upstream/master' into type-providers
2 parents d7175c9 + 86bebd8 commit d6e27b7

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
@@ -205,7 +205,7 @@ public PackageURL(final String purl) throws MalformedPackageURLException {
205205
* @throws MalformedPackageURLException if parsing fails
206206
*/
207207
public PackageURL(final String type, final String name) throws MalformedPackageURLException {
208-
this(type, null, name, null, (Map<String, String>) null, null);
208+
this(type, null, name, null, null, null);
209209
}
210210

211211
/**

0 commit comments

Comments
 (0)