You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/03/13 10:43:36 UTC

[20/25] incubator-freemarker git commit: DefaultIteratorAdapter now supports ?api. It was an oversight that it didn't. Also, added ?api support to the recently added DefaultEnumerationAdapter too.

DefaultIteratorAdapter now supports ?api. It was an oversight that it didn't. Also, added ?api support to the recently added DefaultEnumerationAdapter too.


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/696ca6b9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/696ca6b9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/696ca6b9

Branch: refs/heads/2.3
Commit: 696ca6b911fda275aa3d7e3136986878e9284773
Parents: da310dd
Author: ddekany <dd...@apache.org>
Authored: Sun Mar 12 16:03:06 2017 +0100
Committer: ddekany <dd...@apache.org>
Committed: Sun Mar 12 16:03:06 2017 +0100

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/696ca6b9/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index c98b35e..c9248de 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -26959,8 +26959,9 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
             </listitem>
 
             <listitem>
-              <para><literal>DefaultIteratorAdapter</literal> now support
-              <literal>?api</literal>.</para>
+              <para><literal>DefaultIteratorAdapter</literal> now supports
+              <literal>?api</literal>. It was an oversight that it
+              didn't.</para>
             </listitem>
 
             <listitem>