diff --git a/core/src/main/java/org/eclipse/dash/licenses/PurlIdParser.java b/core/src/main/java/org/eclipse/dash/licenses/PackageUrlIdParser.java similarity index 94% rename from core/src/main/java/org/eclipse/dash/licenses/PurlIdParser.java rename to core/src/main/java/org/eclipse/dash/licenses/PackageUrlIdParser.java index f3b149b8..bbd6a4e5 100644 --- a/core/src/main/java/org/eclipse/dash/licenses/PurlIdParser.java +++ b/core/src/main/java/org/eclipse/dash/licenses/PackageUrlIdParser.java @@ -13,7 +13,7 @@ import java.util.regex.Pattern; /** - * Parse ids specified in the purl format. + * Parse ids specified in the Package URL format. * *

* The purl format is specified here: https://github.com/package-url/purl-spec @@ -21,7 +21,7 @@ *

* From the documentation (which is licensed under MIT)... * - *

The defintion for each components is: + *
The definition for each components is: *