Nixed limitations list. One was obsolete and the other is in the README.

This commit is contained in:
Michael Bayne
2011-10-29 14:45:24 -07:00
parent a5e7c2ebb8
commit 69826a707e
@@ -23,14 +23,6 @@ import java.util.List;
* context.put("arg", "world");
* tmpl.execute(context); // returns "Hello world!"
* }</pre>
*
* <p> Limitations:
* <ul>
* <li> Only one or two character delimiters are supported when using {{=ab cd=}} to change
* delimiters.
* <li> {{< include}} is not supported. We specifically do not want the complexity of handling the
* automatic loading of dependent templates.
* </ul>
*/
public class Mustache
{