Skip to content

Commit

Permalink
remove space from comment
Browse files Browse the repository at this point in the history
Also-by: Matthias Feurer [email protected]
Signed-off-by: georgios dimitropoulos <[email protected]>
  • Loading branch information
gdimitropoulos-sotec committed Oct 30, 2023
1 parent 9d1b487 commit fa7de2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public abstract class AbstractHttpEndpoint<T extends ServiceConfigProperties> ex

/**
* A function that tries to parse a string into an Optional boolean.
* The input string should be a valid boolean value as string (e.g. 'true', 'false' etc..).
* The input string should be a valid boolean value as string (e.g. 'true', 'false' etc..).
* If string is null or empty, function returns Optional.empty() else an Optional object of boolean type.
*/
protected static final Function<String, Optional<Boolean>> CONVERTER_BOOLEAN = s -> {
Expand Down

0 comments on commit fa7de2e

Please sign in to comment.