Files
jmustache/javadoc.patch

13 lines
980 B
Diff
Raw Permalink Normal View History

diff -urEbwB jmustache-jmustache-1.16.orig/src/main/java/com/samskivert/mustache/Template.java jmustache-jmustache-1.16/src/main/java/com/samskivert/mustache/Template.java
--- jmustache-jmustache-1.16.orig/src/main/java/com/samskivert/mustache/Template.java 2025-03-26 06:58:13.544417188 +0100
+++ jmustache-jmustache-1.16/src/main/java/com/samskivert/mustache/Template.java 2025-03-26 06:58:55.026706528 +0100
@@ -97,7 +97,7 @@
* <ul><li> Whitespace inside tags is not preserved: i.e. {@code {{ foo.bar }}} becomes
* {@code {{foo.bar}}}.
* <li> If the delimiters are changed by the template, those are not preserved.
- * The delimiters configured on the {@link Compiler} are used for all decompilation.
+ * The delimiters configured on the {@link Mustache.Compiler} are used for all decompilation.
* </ul>
*
* <p>This feature is meant to enable use of lambdas for i18n such that you can recover