Skip to content

Commit

Permalink
FunctionExpressionName.with javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed Apr 24, 2024
1 parent 5b7e25f commit de8cdd2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
public final class FunctionExpressionName implements Name,
Comparable<FunctionExpressionName> {

/**
* Factory that creates a new {@link FunctionExpressionName} after verifying the given characters are acceptable.
*/
public static FunctionExpressionName with(final String name) {
CharPredicates.failIfNullOrEmptyOrInitialAndPartFalse(
name,
Expand Down

0 comments on commit de8cdd2

Please sign in to comment.