Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: aserkes <[email protected]>
  • Loading branch information
aserkes authored and romain-grecourt committed Aug 4, 2023
1 parent cdba322 commit 21a92c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public static final class FormatException extends RuntimeException {

/**
* Create new instance.
*
*
* @param message message
*/
public FormatException(String message) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ public class ValueHandler {

private static final Pattern VAR_NO_BRACE = Pattern.compile("^\\w+");

private ValueHandler() {
}

/**
* Process expression.
*
Expand Down

0 comments on commit 21a92c6

Please sign in to comment.