Skip to content

Commit ee821f3

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix-parse-path
2 parents a7d1688 + f3762e6 commit ee821f3

File tree

8 files changed

+248
-64
lines changed

8 files changed

+248
-64
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public class MalformedPackageURLException extends Exception {
3434

3535
/**
3636
* Constructs a {@code MalformedPackageURLException} with no detail message.
37-
*
38-
* @since 1.0.0
3937
*/
4038
public MalformedPackageURLException() {}
4139

@@ -44,7 +42,6 @@ public MalformedPackageURLException() {}
4442
* specified detail message.
4543
*
4644
* @param msg the detail message
47-
* @since 1.0.0
4845
*/
4946
public MalformedPackageURLException(@Nullable String msg) {
5047
super(msg);

0 commit comments

Comments
 (0)