Skip to content

Commit 8a2f1bb

Browse files
authored
minor fix to lambda function comment (#23405)
1 parent 95f5b2c commit 8a2f1bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/templating/mustache/TrimTrailingWhiteSpaceLambda.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import java.io.Writer;
2424

2525
/**
26-
* Replaces duplicate line break characters in a fragment with single line break.
26+
* Trim trailing white spaces in a fragment with single line break.
2727
* <p>
2828
* Register:
2929
* <pre>

0 commit comments

Comments
 (0)