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 2017/11/29 13:30:29 UTC

[myfaces-tobago] 06/07: fix docu

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 72e2d6009883ef1e3ec3e633d0345a7397fa85ec
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Nov 29 13:45:14 2017 +0100

    fix docu
---
 .../tobago/internal/taglib/component/SuggestTagDeclaration.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SuggestTagDeclaration.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SuggestTagDeclaration.java
index 4269103..9152472 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SuggestTagDeclaration.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SuggestTagDeclaration.java
@@ -68,8 +68,8 @@ public interface SuggestTagDeclaration extends HasIdBindingAndRendered {
    * and returns a List&lt;String&gt;, a List&lt;org.apache.myfaces.tobago.model.AutoSuggestItem&gt;
    * or a org.apache.myfaces.tobago.model.AutoSuggestItems.
    *
-   * @deprecated Please use an <code>&lt;tc:selectItems&gt;</code> tag or a list of <code>&lt;tc:selectItem&gt;</code>
-   * tags (TODO: not implemented yet).
+   * @deprecated since 3.0.0.
+   * Please use an <code>&lt;tc:selectItems&gt;</code> tag or a list of <code>&lt;tc:selectItem&gt;</code> tags.
    */
   @Deprecated
   @TagAttribute

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.