You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2005/11/24 20:55:55 UTC

svn commit: r348793 - /myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/column/HtmlColumnTag.java

Author: baranda
Date: Thu Nov 24 11:55:52 2005
New Revision: 348793

URL: http://svn.apache.org/viewcvs?rev=348793&view=rev
Log:
Fixes MYFACES-838

Modified:
    myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/column/HtmlColumnTag.java

Modified: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/column/HtmlColumnTag.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/column/HtmlColumnTag.java?rev=348793&r1=348792&r2=348793&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/column/HtmlColumnTag.java (original)
+++ myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/column/HtmlColumnTag.java Thu Nov 24 11:55:52 2005
@@ -216,9 +216,9 @@
         _footerstyle = footerstyle;
     }
 
-    public void setFooterstyleclass(String footerstyleclass)
+    public void setFooterstyleClass(String footerstyleClass)
     {
-        _footerstyleClass = footerstyleclass;
+        _footerstyleClass = footerstyleClass;
     }
 
     public void setFootertitle(String footertitle)