Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: aserkes <andrii.serkes@oracle.com>
aserkes committed Mar 7, 2023
1 parent 47049e8 commit f10a964
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -198,7 +198,7 @@ public static final class FormatException extends RuntimeException {

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

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

private ValueHandler() {
}

/**
* Process expression.
*

0 comments on commit f10a964

Please sign in to comment.