You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2021/01/01 11:05:16 UTC

[empire-db] branch master updated: Typo correction

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

doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ec08fb  Typo correction
7ec08fb is described below

commit 7ec08fb783ee95d21a447d1ab9ea8ec25b7da21a
Author: Rainer Döbele <do...@apache.org>
AuthorDate: Fri Jan 1 12:05:11 2021 +0100

    Typo correction
---
 .../src/main/java/org/apache/empire/jsf2/components/TabViewTag.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/TabViewTag.java b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/TabViewTag.java
index 0901297..b1a5032 100644
--- a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/TabViewTag.java
+++ b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/TabViewTag.java
@@ -157,11 +157,11 @@ public class TabViewTag extends UIOutput implements NamingContainer
 
         // The Tabs
         if (ObjectUtils.getBoolean(this.helper.getTagAttributeValue("hideTabBar")))
-        {   // hideTabs
+        {   // hide bar
             encodeTabs(context, null);
         }
         else
-        {   // showTabs
+        {   // show bar
             writer.startElement(InputControl.HTML_TAG_TABLE, this);
             writer.writeAttribute(InputControl.HTML_ATTR_CLASS, "eTabBar", null);
             writer.startElement(InputControl.HTML_TAG_TR, this);