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 2016/04/14 18:37:28 UTC

svn commit: r1739137 - /myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java

Author: lofwyr
Date: Thu Apr 14 16:37:27 2016
New Revision: 1739137

URL: http://svn.apache.org/viewvc?rev=1739137&view=rev
Log:
doc
[developed by hnoeth]

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java?rev=1739137&r1=1739136&r2=1739137&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java Thu Apr 14 16:37:27 2016
@@ -24,7 +24,7 @@ import org.apache.myfaces.tobago.apt.ann
 
 public interface HasRowLayout {
   /**
-   * This value defines the layout constraints for column layout.
+   * This value defines the layout constraints for row layout.
    * It is a semicolon separated list of layout tokens '[<n>]*', '<n>px' or 'auto'.
    * Where <n> is a non negative integer and the square brackets means optional.
    * Example: '2*;*;100px;auto'.