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 2010/03/03 11:00:43 UTC

svn commit: r918376 - /myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java

Author: lofwyr
Date: Wed Mar  3 10:00:43 2010
New Revision: 918376

URL: http://svn.apache.org/viewvc?rev=918376&view=rev
Log:
Fix: showNavigationBar was declared deprecated by fault.

Modified:
    myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java

Modified: myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java?rev=918376&r1=918375&r2=918376&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TabGroupTagDeclaration.java Wed Mar  3 10:00:43 2010
@@ -28,13 +28,8 @@
 import org.apache.myfaces.tobago.taglib.decl.HasIdBindingAndRendered;
 import org.apache.myfaces.tobago.taglib.decl.IsImmediateCommand;
 
-/*
- * Date: 08.04.2006
- * Time: 14:53:06
- */
-
 /**
- * Renders a tabpanel.
+ * Renders a tab panel.
  */
 @Tag(name = "tabGroup")
 @BodyContentDescription(anyTagOf = "(<tc:tab>* ")
@@ -56,14 +51,11 @@
   void setServerside(String serverside);
 
   /**
-
-   * Flag indicating that the Tab Navigationbar is rendered.
-   *
+   * Flag indicating that the tab navigation bar is rendered.
    */
   @TagAttribute
   @UIComponentTagAttribute(type = "java.lang.Boolean", defaultValue = "true")
-  @Deprecated
-  void setShowNavigationBar(String serverside);
+  void setShowNavigationBar(String showNavigationBar);
 
   /**
    * Indicating how tab switching should be done.