You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/06/13 18:47:38 UTC

svn commit: r667593 - /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/AbstractDocumentBody.java

Author: lu4242
Date: Fri Jun 13 09:47:37 2008
New Revision: 667593

URL: http://svn.apache.org/viewvc?rev=667593&view=rev
Log:
remove superClass property for @JSFComponent because it is no longer required

Modified:
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/AbstractDocumentBody.java

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/AbstractDocumentBody.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/AbstractDocumentBody.java?rev=667593&r1=667592&r2=667593&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/AbstractDocumentBody.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/AbstractDocumentBody.java Fri Jun 13 09:47:37 2008
@@ -25,7 +25,6 @@
  * @JSFComponent
  *   name = "t:documentBody"
  *   class = "org.apache.myfaces.custom.document.DocumentBody"
- *   superClass = "org.apache.myfaces.custom.document.AbstractDocumentBody"
  *   tagClass = "org.apache.myfaces.custom.document.DocumentBodyTag"
  *   
  * @author Mario Ivankovits (latest modification by $Author$)