You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/03/31 12:04:44 UTC

[myfaces-tobago] branch master updated: fix(sheet): columnNode

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d04095  fix(sheet): columnNode
3d04095 is described below

commit 3d0409591f9aab8aa1fb781e76bd405d65232e86
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Mar 31 13:54:23 2021 +0200

    fix(sheet): columnNode
    
    fix tree in sheet
---
 .../apache/myfaces/tobago/internal/component/AbstractUIColumnNode.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnNode.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnNode.java
index e18adb0..c615a54 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnNode.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnNode.java
@@ -26,5 +26,5 @@ import org.apache.myfaces.tobago.component.Visual;
  *
  * @since Tobago 2.0.0
  */
-public abstract class AbstractUIColumnNode extends AbstractUITreeNodeBase implements Visual {
+public abstract class AbstractUIColumnNode extends AbstractUITreeNode implements Visual {
 }