You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2016/12/06 22:30:06 UTC

[11/24] incubator-freemarker git commit: (JavaDoc typo fix)

(JavaDoc typo fix)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/84c26cc0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/84c26cc0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/84c26cc0

Branch: refs/heads/2.3
Commit: 84c26cc0676df5404df661f7fe6770fc5c3f6618
Parents: 479ea6c
Author: ddekany <dd...@apache.org>
Authored: Wed Sep 28 20:09:07 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Wed Sep 28 20:09:07 2016 +0200

----------------------------------------------------------------------
 src/main/java/freemarker/ext/beans/MethodAppearanceFineTuner.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/84c26cc0/src/main/java/freemarker/ext/beans/MethodAppearanceFineTuner.java
----------------------------------------------------------------------
diff --git a/src/main/java/freemarker/ext/beans/MethodAppearanceFineTuner.java b/src/main/java/freemarker/ext/beans/MethodAppearanceFineTuner.java
index 2198772..eeefb68 100644
--- a/src/main/java/freemarker/ext/beans/MethodAppearanceFineTuner.java
+++ b/src/main/java/freemarker/ext/beans/MethodAppearanceFineTuner.java
@@ -35,12 +35,11 @@ import freemarker.ext.beans.BeansWrapper.MethodAppearanceDecisionInput;
 public interface MethodAppearanceFineTuner {
 
     /**
-     * <b>Experimental method; subject to change!</b>
      * Implement this to tweak certain aspects of how methods appear in the
      * data-model. {@link BeansWrapper} will pass in all Java methods here that
      * it intends to expose in the data-model as methods (so you can do
      * <tt>obj.foo()</tt> in the template).
-     * With this method it you can do the following tweaks:
+     * With this method you can do the following tweaks:
      * <ul>
      *   <li>Hide a method that would be otherwise shown by calling
      *     {@link MethodAppearanceDecision#setExposeMethodAs(String)}