Fix incorrect Javadoc tag.

This commit is contained in:
Michael Bayne
2023-11-30 12:18:48 -08:00
parent f22e8addd8
commit 428f7d2d43
@@ -228,7 +228,7 @@ public class Mustache {
* loader. Note that this does no caching: the caller should cache the loaded template if * loader. Note that this does no caching: the caller should cache the loaded template if
* they expect to use it multiple times. * they expect to use it multiple times.
* @return the compiled template. * @return the compiled template.
* @throw MustacheException if the template could not be loaded (due to I/O exception) or * @throws MustacheException if the template could not be loaded (due to I/O exception) or
* compiled (due to syntax error, etc.). * compiled (due to syntax error, etc.).
*/ */
public Template loadTemplate (String name) throws MustacheException { public Template loadTemplate (String name) throws MustacheException {