This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new b0d580d  (Javadoc error fix)
b0d580d is described below

commit b0d580d5439f1eaca78c314b3d651378cfda72e9
Author: ddekany <[email protected]>
AuthorDate: Wed Jan 1 20:29:17 2020 +0100

    (Javadoc error fix)
---
 src/main/java/freemarker/ext/jsp/FreemarkerTag.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/freemarker/ext/jsp/FreemarkerTag.java 
b/src/main/java/freemarker/ext/jsp/FreemarkerTag.java
index a4de5e4..da54f18 100644
--- a/src/main/java/freemarker/ext/jsp/FreemarkerTag.java
+++ b/src/main/java/freemarker/ext/jsp/FreemarkerTag.java
@@ -37,7 +37,7 @@ import freemarker.template.Template;
  * JSP. Inspired by similar class in Velocity template engine developed by
  * <a href="mailto:[email protected]";>Geir Magnusson Jr.</a>
  *
- * @Deprecated This feature is not supported anymore, also, it uses the 
deprecated default {@link Configuration}.
+ * @deprecated This feature is not supported anymore, also, it uses the 
deprecated default {@link Configuration}.
  */
 @Deprecated
 public class FreemarkerTag implements BodyTag {

Reply via email to