Skip to content

Commit

Permalink
chore(freemarker): Trivially improve formatting of a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 1, 2024
1 parent f100ed0 commit 1de3e08
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,8 @@ class FreemarkerTemplateProcessor(
}

/**
* Return a map with wrapper beans for the enum classes that are relevant for templates.These enums can then be
* referenced directly by templates.
* See https://freemarker.apache.org/docs/pgui_misc_beanwrapper.html#jdk_15_enums.
* Return a map with wrapper beans for the enum classes that are relevant for templates. These enums can then be
* referenced directly by templates, see https://freemarker.apache.org/docs/pgui_misc_beanwrapper.html#jdk_15_enums.
*/
private fun enumModel(): Map<String, Any> {
val beansWrapper = BeansWrapperBuilder(Configuration.VERSION_2_3_30).build()
Expand Down

0 comments on commit 1de3e08

Please sign in to comment.