Skip to content

Commit

Permalink
Fix coverage issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jingting1412 committed Oct 16, 2023
1 parent b726640 commit cbd976d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,4 @@ public DataLoadingException(Exception cause) {
super(cause);
}

/**
* @param message contains relevant information about the error
*/
public DataLoadingException(String message) {
super(message);
}

}

0 comments on commit cbd976d

Please sign in to comment.