Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public class MalformedPackageURLException extends Exception {

/**
* Constructs a {@code MalformedPackageURLException} with no detail message.
*
* @since 1.0.0
*/
public MalformedPackageURLException() {}

Expand All @@ -44,7 +42,6 @@ public MalformedPackageURLException() {}
* specified detail message.
*
* @param msg the detail message
* @since 1.0.0
*/
public MalformedPackageURLException(@Nullable String msg) {
super(msg);
Expand Down
Loading