Skip to content

Commit

Permalink
Throw if someone try to instantiate the static class.
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Delgado <[email protected]>
  • Loading branch information
afoucret and carlosdelest authored Oct 25, 2024
1 parent d92b9dd commit aae7836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public final class ParserUtils {
private static final char QUOTE_CHAR = '"';

private ParserUtils() {

throw new UnsupportedOperationException("No need to instantiate this class");
}

/**
Expand Down

0 comments on commit aae7836

Please sign in to comment.