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

commit 81a6b2d5a3c82869be665771beed27a9aa091678
Author: ddekany <ddek...@apache.org>
AuthorDate: Fri Jan 18 11:17:11 2019 +0100

    TemplateModelWithAPISupport is not experimental anymore.
---
 .../java/freemarker/template/TemplateModelWithAPISupport.java     | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/main/java/freemarker/template/TemplateModelWithAPISupport.java 
b/src/main/java/freemarker/template/TemplateModelWithAPISupport.java
index 4765e03..1a48ac7 100644
--- a/src/main/java/freemarker/template/TemplateModelWithAPISupport.java
+++ b/src/main/java/freemarker/template/TemplateModelWithAPISupport.java
@@ -22,12 +22,8 @@ package freemarker.template;
 import freemarker.template.utility.ObjectWrapperWithAPISupport;
 
 /**
- * <b>Experimental - subject to change:</b> A {@link TemplateModel} on which 
the {@code ?api} operation can be applied.
- * 
- * <p>
- * <b>Experimental status warning:</b> This interface is subject to change on 
non-backward compatible ways, hence, it
- * shouldn't be implemented outside FreeMarker yet.
- * 
+ * A {@link TemplateModel} on which the {@code ?api} operation can be applied.
+ *
  * @since 2.3.22
  */
 public interface TemplateModelWithAPISupport extends TemplateModel {

Reply via email to