You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/11/22 20:13:51 UTC

svn commit: r1544648 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasSuggestMethod.java

Author: lofwyr
Date: Fri Nov 22 19:13:51 2013
New Revision: 1544648

URL: http://svn.apache.org/r1544648
Log:
TOBAGO-1281
fix javadoc

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasSuggestMethod.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasSuggestMethod.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasSuggestMethod.java?rev=1544648&r1=1544647&r2=1544648&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasSuggestMethod.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasSuggestMethod.java Fri Nov 22 19:13:51 2013
@@ -36,7 +36,6 @@ public interface HasSuggestMethod {
    * and returns a List<String>(deprecated), a List<org.apache.myfaces.tobago.model.AutoSuggestItem>
    * or a org.apache.myfaces.tobago.model.AutoSuggestItems.
    *
-   * @since 1.5.9
    * @deprecated since 2.0.0, please use tc:suggest
    */
   @Deprecated