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 2021/02/11 08:36:56 UTC

[myfaces-tobago] 01/02: JavaDoc: fix

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 4a0dc24617235b5626ed6c32a8966aaefea502c7
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Feb 11 08:03:25 2021 +0100

    JavaDoc: fix
---
 .../tobago/internal/taglib/component/SheetTagDeclaration.java        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
index 194161c..e65cd83 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
@@ -93,8 +93,11 @@ import javax.faces.component.UIData;
 public interface SheetTagDeclaration
     extends HasIdBindingAndRendered, IsVisual, IsShowRoot, IsShowRootJunction, HasVar {
   /**
+   * <p>
    * LayoutConstraints for column layout.
-   * Semicolon separated list of layout tokens ('&lt;x&gt;*', '&lt;x&gt;px' or '&lt;x&gt;%') or "auto"
+   * Contains a space separated list of layout tokens '&lt;n&gt;fr', '&lt;x&gt;px', '&lt;x&gt;%' or 'auto',
+   * where x is a number and n is an integer.
+   * </p>
    */
   @TagAttribute
   @UIComponentTagAttribute()