Skip to content

Commit a6ea90f

Browse files
authored
Merge pull request #128 from mapeders/FREEMARKER-116-fix-beanswrapper-doc-mismatch
[FREEMARKER-116] Fix mismatch between example code and explanation in BeansWrapper documentation
2 parents 783b5c4 + 3f36197 commit a6ea90f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • freemarker-manual/src/main/docgen/en_US

freemarker-manual/src/main/docgen/en_US/book.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11295,7 +11295,7 @@ TemplateHashModel fileStatics =
1129511295

1129611296
<para>And you will get a template hash model that exposes all static
1129711297
methods and static fields (both final and non-final) of the
11298-
<literal>java.lang.System</literal> class as hash keys. Suppose that
11298+
<literal>java.io.File</literal> class as hash keys. Suppose that
1129911299
you put the previous model in your root model:</para>
1130011300

1130111301
<programlisting role="unspecified">root.put("File", fileStatics);</programlisting>

0 commit comments

Comments
 (0)