From 69826a707e94e5936e3d79a61827cb7d4996b022 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 29 Oct 2011 14:45:24 -0700 Subject: [PATCH] Nixed limitations list. One was obsolete and the other is in the README. --- src/main/java/com/samskivert/mustache/Mustache.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/java/com/samskivert/mustache/Mustache.java b/src/main/java/com/samskivert/mustache/Mustache.java index 55f7be5..d935b13 100644 --- a/src/main/java/com/samskivert/mustache/Mustache.java +++ b/src/main/java/com/samskivert/mustache/Mustache.java @@ -23,14 +23,6 @@ import java.util.List; * context.put("arg", "world"); * tmpl.execute(context); // returns "Hello world!" * } - * - *

Limitations: - *

*/ public class Mustache {