Skip to content

Commit

Permalink
Make exception class package private.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
  • Loading branch information
spericas committed Oct 16, 2024
1 parent 82c16b2 commit 5f10c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Exception is thrown if problems are found while processing meta config.
*/
public class MetaConfigException extends RuntimeException {
class MetaConfigException extends RuntimeException {

private static final long serialVersionUID = 1L;

Expand Down

0 comments on commit 5f10c35

Please sign in to comment.